Skip to content

Commit

Permalink
Don't fail fast the release CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Nov 13, 2022
1 parent 17a6384 commit 26e3127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
dist:
strategy:
fail-fast: false
matrix:
include:
- os: windows-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
dist:
needs: ["create-release"]
strategy:
fail-fast: false
matrix:
include:
- os: windows-latest
Expand Down

0 comments on commit 26e3127

Please sign in to comment.