Skip to content

Do not cancel concurrent CI matrix jobs #2668

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amarshall-dd
Copy link

Failing fast makes it impossible to determine if the issue is specific to one job in the matrix or not, as we would never get the results from the others to compare.

@@ -77,6 +77,7 @@ jobs:
test:
strategy:
matrix:
fail-fast: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops and good catch—fixed.

Failing fast makes it impossible to determine if the issue is specific
to one job in the matrix or not, as we would never get the results from
the others to compare.
@amarshall-dd amarshall-dd force-pushed the ci-do-not-cancel-concurrent branch from e46cc5e to 1a1dfd3 Compare July 1, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants