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 @@ -230,6 +230,7 @@ jobs:
230230 needs : build-context
231231 if : fromJSON(needs.build-context.outputs.run-windows-msi)
232232 strategy :
233+ fail-fast : false
233234 matrix :
234235 arch :
235236 - x86
@@ -280,6 +281,7 @@ jobs:
280281 needs : build-context
281282 if : needs.build-context.outputs.run-tests == 'true'
282283 strategy :
284+ fail-fast : false
283285 matrix :
284286 free-threading :
285287 - false
@@ -479,6 +481,7 @@ jobs:
479481 needs : build-context
480482 if : needs.build-context.outputs.run-tests == 'true'
481483 strategy :
484+ fail-fast : false
482485 matrix :
483486 os : [ubuntu-24.04]
484487 env :
@@ -542,6 +545,7 @@ jobs:
542545 needs : build-context
543546 if : needs.build-context.outputs.run-tests == 'true'
544547 strategy :
548+ fail-fast : false
545549 matrix :
546550 free-threading :
547551 - 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