File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ jobs:
185
185
needs : build-context
186
186
if : fromJSON(needs.build-context.outputs.run-windows-msi)
187
187
strategy :
188
+ fail-fast : false
188
189
matrix :
189
190
arch :
190
191
- x86
@@ -236,6 +237,7 @@ jobs:
236
237
needs : build-context
237
238
if : needs.build-context.outputs.run-tests == 'true'
238
239
strategy :
240
+ fail-fast : false
239
241
matrix :
240
242
bolt :
241
243
- false
@@ -452,6 +454,7 @@ jobs:
452
454
needs : build-context
453
455
if : needs.build-context.outputs.run-tests == 'true'
454
456
strategy :
457
+ fail-fast : false
455
458
matrix :
456
459
os : [ubuntu-24.04]
457
460
env :
@@ -515,6 +518,7 @@ jobs:
515
518
needs : build-context
516
519
if : needs.build-context.outputs.run-tests == 'true'
517
520
strategy :
521
+ fail-fast : false
518
522
matrix :
519
523
free-threading :
520
524
- false
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ jobs:
139
139
runs-on : ubuntu-24.04
140
140
timeout-minutes : 90
141
141
strategy :
142
+ fail-fast : false
142
143
matrix :
143
144
llvm :
144
145
- 19
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