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 @@ -221,6 +221,7 @@ jobs:
221
221
needs : build-context
222
222
if : fromJSON(needs.build-context.outputs.run-windows-msi)
223
223
strategy :
224
+ fail-fast : false
224
225
matrix :
225
226
arch :
226
227
- x86
@@ -271,6 +272,7 @@ jobs:
271
272
needs : build-context
272
273
if : needs.build-context.outputs.run-tests == 'true'
273
274
strategy :
275
+ fail-fast : false
274
276
matrix :
275
277
free-threading :
276
278
- false
@@ -462,6 +464,7 @@ jobs:
462
464
needs : build-context
463
465
if : needs.build-context.outputs.run-tests == 'true'
464
466
strategy :
467
+ fail-fast : false
465
468
matrix :
466
469
os : [ubuntu-24.04]
467
470
env :
@@ -525,6 +528,7 @@ jobs:
525
528
needs : build-context
526
529
if : needs.build-context.outputs.run-tests == 'true'
527
530
strategy :
531
+ fail-fast : false
528
532
matrix :
529
533
free-threading :
530
534
- 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