Skip to content

Commit 630dc2b

Browse files
authored
[3.13] gh-130604: Always run all matrix workflows in GitHub Actions (GH-130603) (#130612)
(cherry picked from commit fda056e)
1 parent 9966dae commit 630dc2b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/project-updater.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)