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

chore(ci): stop cancelling concurrent runs #358

Merged

Conversation

radu-matei
Copy link
Member

#170 introduced cancelling in-progress
workflow runs for builds, which made sense when we were constrained on build
minutes.

However, this seems to cancel in-progress runs quite often for both in-flight
PRs and for builds on main, which means that we regularly have to manually
re-run builds for both PRs and on main (when the overall status of the repository
is failed, because a job was cancelled).

This commit removes the "cancel-in-progress" condition for builds.

Signed-off-by: Radu Matei radu.matei@fermyon.com

fermyon#170 introduced cancelling in-progress
workflow runs for builds, which made sense when we were constrained on build
minutes.

However, this seems to cancel in-progress runs quite often for both in-flight
PRs *and* for builds on `main`, which means that we regularly have to manually
re-run builds for both PRs and on main (when the overall status of the repository
is failed, because a job was cancelled).

This commit removes the "cancel-in-progress" condition for builds.

Signed-off-by: Radu Matei <radu.matei@fermyon.com>
@radu-matei radu-matei merged commit 3bc3eed into fermyon:main Apr 14, 2022
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