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

dev: cancel running pull request jobs on new push #4339

Merged
merged 10 commits into from
Oct 9, 2024

Conversation

Kuchenpirat
Copy link
Collaborator

@Kuchenpirat Kuchenpirat commented Oct 9, 2024

What type of PR is this?

  • internal feature

What this PR does / why we need it:

With some of our jobs running for quite some time, it makes sense to cancel running jobs on a new push to free up resources. This will cancel all running jobs on a pull request if a new push is made to it.

I also moved CodeQL and end-to-end tests to be called by the pull-request workflow instead of spawning on their own for pull requests.

Which issue(s) this PR fixes:

None

@github-actions github-actions bot added the chore label Oct 9, 2024
@michael-genson michael-genson enabled auto-merge (squash) October 9, 2024 14:50
@michael-genson michael-genson merged commit d36041f into mealie-next Oct 9, 2024
13 checks passed
@michael-genson michael-genson deleted the pull-request-job-concurrency branch October 9, 2024 14:51
@boc-the-git
Copy link
Collaborator

Looks like a good change @Kuchenpirat! 🙌

@Kuchenpirat Kuchenpirat changed the title chore: cancel running pull request jobs on new push dev: cancel running pull request jobs on new push Oct 19, 2024
@Kuchenpirat Kuchenpirat added dev Internal development and removed chore labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Internal development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants