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

Cancel in-progress workflow runs for pull requests and dispatches #16601

Conversation

sethvargo
Copy link
Contributor

This will reduce unnecessary resource consumption by cancelling running workflows when new commits are pushed to a PR or workflow dispatch. It does not cancel pushes to main or branches.

This will reduce unnecessary resource consumption by cancelling running workflows when new commits are pushed to a PR or workflow dispatch. It does not cancel pushes to main or branches.
@sethvargo sethvargo requested a review from a team as a code owner April 22, 2024 21:42
@sethvargo sethvargo requested review from haberman and removed request for a team April 22, 2024 21:42
@sethvargo
Copy link
Contributor Author

/cc @bellspice

@haberman haberman added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Apr 23, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Apr 23, 2024
@mkruskal-google mkruskal-google added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Apr 30, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Apr 30, 2024
copybara-service bot pushed a commit that referenced this pull request Apr 30, 2024
…6601)

This will reduce unnecessary resource consumption by cancelling running workflows when new commits are pushed to a PR or workflow dispatch. It does not cancel pushes to main or branches.

Closes #16601

COPYBARA_INTEGRATE_REVIEW=#16601 from sethvargo:sethvargo/actions-concurrency 82fd070
FUTURE_COPYBARA_INTEGRATE_REVIEW=#16601 from sethvargo:sethvargo/actions-concurrency 82fd070
PiperOrigin-RevId: 629492042
@copybara-service copybara-service bot closed this in 4f23caf May 1, 2024
@sethvargo sethvargo deleted the sethvargo/actions-concurrency branch May 1, 2024 20:54
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.

None yet

3 participants