File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ jobs:
185185 needs : build-context
186186 if : fromJSON(needs.build-context.outputs.run-windows-msi)
187187 strategy :
188+ fail-fast : false
188189 matrix :
189190 arch :
190191 - x86
@@ -236,6 +237,7 @@ jobs:
236237 needs : build-context
237238 if : needs.build-context.outputs.run-tests == 'true'
238239 strategy :
240+ fail-fast : false
239241 matrix :
240242 bolt :
241243 - false
@@ -452,6 +454,7 @@ jobs:
452454 needs : build-context
453455 if : needs.build-context.outputs.run-tests == 'true'
454456 strategy :
457+ fail-fast : false
455458 matrix :
456459 os : [ubuntu-24.04]
457460 env :
@@ -515,6 +518,7 @@ jobs:
515518 needs : build-context
516519 if : needs.build-context.outputs.run-tests == 'true'
517520 strategy :
521+ fail-fast : false
518522 matrix :
519523 free-threading :
520524 - false
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ jobs:
139139 runs-on : ubuntu-24.04
140140 timeout-minutes : 90
141141 strategy :
142+ fail-fast : false
142143 matrix :
143144 llvm :
144145 - 19
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