Skip to content

Commit d871371

Browse files
committed
make other Windows jobs complete even if one fails
1 parent c9499ce commit d871371

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
needs: check_source
151151
if: fromJSON(needs.check_source.outputs.run_tests)
152152
strategy:
153+
fail-fast: false
153154
matrix:
154155
os:
155156
- windows-latest

0 commit comments

Comments
 (0)