-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-130604: Always run all matrix workflows in GitHub Actions #130603
Conversation
Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @AA-Turner, I could not cleanly backport this to
|
Sorry, @AA-Turner, I could not cleanly backport this to
|
…ions (pythonGH-130603) (cherry picked from commit fda056e) Co-authored-by: Adam Turner <[email protected]>
GH-130612 is a backport of this pull request to the 3.13 branch. |
…ions (pythonGH-130603) (cherry picked from commit fda056e) Co-authored-by: Adam Turner <[email protected]>
GH-130613 is a backport of this pull request to the 3.12 branch. |
Most GHA matricies have
fail-fast: false
but not all. Notably, the thread-sanitizer workflow, which is required for merge but auto-cancels if any of the matrix jobs fails, requiring a full re-run of both jobs.A
fail-fast: false
for thread sanitizer CI #130604