Skip to content

Commit 9d663f0

Browse files
authored
[3.12] gh-130604: Always run all matrix workflows in GitHub Actions (GH-130603) (#130613)
(cherry picked from commit fda056e)
1 parent 89a79fc commit 9d663f0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ jobs:
221221
needs: build-context
222222
if: fromJSON(needs.build-context.outputs.run-windows-msi)
223223
strategy:
224+
fail-fast: false
224225
matrix:
225226
arch:
226227
- x86
@@ -271,6 +272,7 @@ jobs:
271272
needs: build-context
272273
if: needs.build-context.outputs.run-tests == 'true'
273274
strategy:
275+
fail-fast: false
274276
matrix:
275277
free-threading:
276278
- false
@@ -462,6 +464,7 @@ jobs:
462464
needs: build-context
463465
if: needs.build-context.outputs.run-tests == 'true'
464466
strategy:
467+
fail-fast: false
465468
matrix:
466469
os: [ubuntu-24.04]
467470
env:
@@ -525,6 +528,7 @@ jobs:
525528
needs: build-context
526529
if: needs.build-context.outputs.run-tests == 'true'
527530
strategy:
531+
fail-fast: false
528532
matrix:
529533
free-threading:
530534
- false

.github/workflows/project-updater.yml

+1
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)