https://github.com/python/cpython/commit/9d663f018ab82ac4f5a13b726d6eb6c93d2c34af
commit: 9d663f018ab82ac4f5a13b726d6eb6c93d2c34af
branch: 3.12
author: Adam Turner <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-02-26T22:09:43Z
summary:
[3.12] gh-130604: Always run all matrix workflows in GitHub Actions (GH-130603)
(#130613)
(cherry picked from commit fda056e64bdfcac3dd3d13eebda0a24994d83cb8)
files:
M .github/workflows/build.yml
M .github/workflows/project-updater.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 42ec1a1cb0a7d7..0985b676a5369d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
diff --git a/.github/workflows/project-updater.yml
b/.github/workflows/project-updater.yml
index 066d8593a70cf6..1d9d637ec848a6 100644
--- a/.github/workflows/project-updater.yml
+++ b/.github/workflows/project-updater.yml
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]