Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 22, 2024
1 parent b2642d5 commit 991d5de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- 'bump-test'

defaults:
run:
Expand All @@ -14,12 +16,10 @@ concurrency:

jobs:
build:
needs: determine
if: needs.determine.outputs.run-full
name: Release build for ${{ matrix.build }}
runs-on: ${{ matrix.os }}
name: Release build for ${{ matrix.rust }}
runs-on: windows-latest
strategy:
fail-fast: ${{ github.event_name != 'pull_request' }}
fail-fast: false
matrix:
include:
- rust: nightly-2024-10-22
Expand Down

0 comments on commit 991d5de

Please sign in to comment.