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

Configure concurrency setting for actions #446

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

kfdm
Copy link
Collaborator

@kfdm kfdm commented Nov 2, 2023

We can set a concurrency setting for each of our actions so that pushing to a branch cancels in-progress runs without conflicting with runs on other branches

https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow

We can set a concurrency setting for each of our actions so that pushing
to a branch cancels in-progress runs without conflicting with runs on
other branches

https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
@kfdm kfdm requested a review from a team as a code owner November 2, 2023 00:26
Copy link
Contributor

@vincent-olivert-riera vincent-olivert-riera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@kfdm kfdm merged commit 7670d21 into line:master Nov 2, 2023
4 checks passed
@kfdm kfdm deleted the actions-concurrency branch November 2, 2023 00:53
@kfdm kfdm self-assigned this Nov 2, 2023
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