File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ jobs:
230
230
needs : build-context
231
231
if : fromJSON(needs.build-context.outputs.run-windows-msi)
232
232
strategy :
233
+ fail-fast : false
233
234
matrix :
234
235
arch :
235
236
- x86
@@ -280,6 +281,7 @@ jobs:
280
281
needs : build-context
281
282
if : needs.build-context.outputs.run-tests == 'true'
282
283
strategy :
284
+ fail-fast : false
283
285
matrix :
284
286
free-threading :
285
287
- false
@@ -479,6 +481,7 @@ jobs:
479
481
needs : build-context
480
482
if : needs.build-context.outputs.run-tests == 'true'
481
483
strategy :
484
+ fail-fast : false
482
485
matrix :
483
486
os : [ubuntu-24.04]
484
487
env :
@@ -542,6 +545,7 @@ jobs:
542
545
needs : build-context
543
546
if : needs.build-context.outputs.run-tests == 'true'
544
547
strategy :
548
+ fail-fast : false
545
549
matrix :
546
550
free-threading :
547
551
- false
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
timeout-minutes : 10
17
17
strategy :
18
+ fail-fast : false
18
19
matrix :
19
20
include :
20
21
# if an issue has any of these labels, it will be added
You can’t perform that action at this time.
0 commit comments