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

Update GitHub Actions concurrency policy to keep only latest pushed commit workflow running #324

Merged
merged 3 commits into from
Nov 14, 2022

Conversation

lobis
Copy link
Member

@lobis lobis commented Nov 10, 2022

lobis Ok: 4

Running jobs will be cancelled if a newer commit is pushed. This happens frequently (i.e. you quickly notice the error and push a fix) but many times we forget to cancel the previously running job. This change takes care of this. If we really want to run the just-cancelled job for some reason, we can rerun manually.

@lobis lobis requested review from jgalan and juanangp November 10, 2022 21:19
@lobis lobis changed the title set GitHub Actions concurrency to keep only latest pushed commit running Update GitHub Actions concurrency policy to keep only latest pushed commit workflow running Nov 10, 2022
@lobis lobis marked this pull request as ready for review November 10, 2022 21:23
@lobis lobis requested a review from a team November 11, 2022 14:01
@lobis lobis merged commit 78a6d5d into master Nov 14, 2022
@lobis lobis deleted the lobis-gh-actions-concurrency branch November 14, 2022 18:18
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.

3 participants