Skip to content
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

Override canceling matrix job if only one of them fail. #64

Closed
1 task done
rszamszur opened this issue Apr 6, 2022 · 1 comment · Fixed by #160
Closed
1 task done

Override canceling matrix job if only one of them fail. #64

rszamszur opened this issue Apr 6, 2022 · 1 comment · Fixed by #160
Labels
automation Related to project CI/CD

Comments

@rszamszur
Copy link
Member

rszamszur commented Apr 6, 2022

  • I have searched the issues of this repo and believe that this is not a duplicate.

Feature Request

By default, GitHub actions cancels all in-progress jobs in the matrix if any matrix job fails.

image

Docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

@rszamszur rszamszur added the automation Related to project CI/CD label Apr 6, 2022
@rszamszur
Copy link
Member Author

However, I'm not sure if GitHub actions will continue the next matrix job with versions that did pass in the previous one or the whole job will be canceled anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Related to project CI/CD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant