Skip to content

Don't cancel other matrix jobs when one fails in CI workflows#280

Merged
djezzzl merged 2 commits intomasterfrom
copilot/fix-github-workflow-tests
Feb 22, 2026
Merged

Don't cancel other matrix jobs when one fails in CI workflows#280
djezzzl merged 2 commits intomasterfrom
copilot/fix-github-workflow-tests

Conversation

Copy link
Contributor

Copilot AI commented Feb 22, 2026

By default, GitHub Actions matrix strategies use fail-fast: true, cancelling all in-progress jobs the moment any single job fails. This makes it harder to see the full picture of failures across Ruby/Rails versions.

Changes

  • Added fail-fast: false to the matrix strategy in both tests.yml and integrations.yml
strategy:
  fail-fast: false
  matrix:
    include:
      ...

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: djezzzl <9407725+djezzzl@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix GitHub workflows to not cancel other tests on failure Don't cancel other matrix jobs when one fails in CI workflows Feb 22, 2026
Copilot AI requested a review from djezzzl February 22, 2026 19:03
@djezzzl djezzzl marked this pull request as ready for review February 22, 2026 19:07
@djezzzl djezzzl merged commit 5184773 into master Feb 22, 2026
13 checks passed
@djezzzl djezzzl deleted the copilot/fix-github-workflow-tests branch February 22, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants