File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ jobs:
221221 needs : build-context
222222 if : fromJSON(needs.build-context.outputs.run-windows-msi)
223223 strategy :
224+ fail-fast : false
224225 matrix :
225226 arch :
226227 - x86
@@ -271,6 +272,7 @@ jobs:
271272 needs : build-context
272273 if : needs.build-context.outputs.run-tests == 'true'
273274 strategy :
275+ fail-fast : false
274276 matrix :
275277 free-threading :
276278 - false
@@ -462,6 +464,7 @@ jobs:
462464 needs : build-context
463465 if : needs.build-context.outputs.run-tests == 'true'
464466 strategy :
467+ fail-fast : false
465468 matrix :
466469 os : [ubuntu-24.04]
467470 env :
@@ -525,6 +528,7 @@ jobs:
525528 needs : build-context
526529 if : needs.build-context.outputs.run-tests == 'true'
527530 strategy :
531+ fail-fast : false
528532 matrix :
529533 free-threading :
530534 - false
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 timeout-minutes : 10
1717 strategy :
18+ fail-fast : false
1819 matrix :
1920 include :
2021 # if an issue has any of these labels, it will be added
You can’t perform that action at this time.
0 commit comments