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

CI: add concurrency limits for pr test #11766

Merged
merged 1 commit into from Jan 11, 2023

Conversation

Ansuel
Copy link
Member

@Ansuel Ansuel commented Jan 11, 2023

Add concurrency limits for pull request test so that on pull request refresh old jobs are cancelled.

The group is created based on the github ref and the workflow is cancelled only it it comes from a pull_request event. Push events are not affected by this limit.

Signed-off-by: Christian Marangi ansuelsmth@gmail.com

@Ansuel Ansuel force-pushed the test-concurrency branch 3 times, most recently from 0bc4437 to 2ece0e0 Compare January 11, 2023 13:24
Add concurrency limits for pull request test so that on pull request
refresh old jobs are cancelled.

The group is created based on the github ref + workflow name and the
workflow is cancelled only it it comes from a pull_request event.
Push events are not affected by this limit.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
@openwrt-bot openwrt-bot merged commit cb679ad into openwrt:master Jan 11, 2023
@github-actions github-actions bot added the GitHub/CI pull requests/issues for GitHub, CI and related stuff label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GitHub/CI pull requests/issues for GitHub, CI and related stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants