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

Limit concurrency of CI workflows #4938

Merged
merged 1 commit into from
Mar 5, 2023
Merged

Conversation

newhoggy
Copy link
Contributor

@newhoggy newhoggy commented Mar 5, 2023

We only want to have one job per PR per workflow running at the same time. This will make all other jobs get cancelled (e.g. when restarting jobs after rebasing)

Based on cardano-scaling/hydra#760

@newhoggy newhoggy marked this pull request as ready for review March 5, 2023 11:39
@newhoggy newhoggy force-pushed the newhoggy/limit-ci-concurrency branch from b79e354 to 1bd0fc4 Compare March 5, 2023 11:45
@newhoggy newhoggy changed the title Limit CI concurrency Limit concurrency of CI workflows Mar 5, 2023
@newhoggy newhoggy force-pushed the newhoggy/limit-ci-concurrency branch from 1bd0fc4 to e7869fc Compare March 5, 2023 20:49
@newhoggy newhoggy merged commit 3da1c96 into master Mar 5, 2023
@iohk-bors iohk-bors bot deleted the newhoggy/limit-ci-concurrency branch March 5, 2023 20:50
@newhoggy
Copy link
Contributor Author

newhoggy commented Mar 5, 2023

Merged this because I'm working on a lot of CI related PRs and this will speed up that work.

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