]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-130604: Always run all matrix workflows in GitHub Actions (GH-130603) ...
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Wed, 26 Feb 2025 22:09:43 +0000 (22:09 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 22:09:43 +0000 (22:09 +0000)
(cherry picked from commit fda056e64bdfcac3dd3d13eebda0a24994d83cb8)

.github/workflows/build.yml
.github/workflows/project-updater.yml

index 42ec1a1cb0a7d7d51ef49930b8bd1f3cb5c63dcf..0985b676a5369db5032b82357bdae9344f728f0c 100644 (file)
@@ -221,6 +221,7 @@ jobs:
     needs: build-context
     if: fromJSON(needs.build-context.outputs.run-windows-msi)
     strategy:
+      fail-fast: false
       matrix:
         arch:
         - x86
@@ -271,6 +272,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     strategy:
+      fail-fast: false
       matrix:
         free-threading:
         - false
@@ -462,6 +464,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     strategy:
+      fail-fast: false
       matrix:
         os: [ubuntu-24.04]
     env:
@@ -525,6 +528,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     strategy:
+      fail-fast: false
       matrix:
         free-threading:
         - false
index 066d8593a70cf629a83486904212fa908df1f2c7..1d9d637ec848a61ce7b777b527b82e09e76e5ad5 100644 (file)
@@ -15,6 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 10
     strategy:
+      fail-fast: false
       matrix:
         include:
           # if an issue has any of these labels, it will be added