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

replace cancel-workflow-action with Github's concurrency property to cancel in progress workflows #1232

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

bensijons
Copy link
Contributor

Just wanted to start by saying that the reason for this PR is that I had some issues with the cancel-workflow-action when working on a project that was kickstarted by using this amazing project as a starter. Happy to get into details on that if needed but regardless I do feel there is a strong case for removing the action:

Using the cancel-workflow-action to cancel in progress workflows can be replaced with Github's native concurrency property.

The cancel-workflow-action even has a warning in its readme that the action is probably no longer needed.

This PR changes it so that test.yml workflow uses the concurrency property instead of the cancel-workflow-action. The concurrency group is the same as Sentry is using in their Github workflows.

Copy link

vercel bot commented Nov 5, 2023

@bensijons is attempting to deploy a commit to the Vercel Solutions Team on Vercel.

A member of the Team first needs to authorize it.

@bensijons bensijons changed the title remove cancel-workflow-action and use Github's nativeconcurrency to cancel in progress workflows remove cancel-workflow-action and use Github's concurrency property to cancel in progress workflows Nov 5, 2023
@bensijons bensijons changed the title remove cancel-workflow-action and use Github's concurrency property to cancel in progress workflows replace cancel-workflow-action with Github's concurrency property to cancel in progress workflows Nov 8, 2023
@leerob leerob merged commit 2fe1527 into vercel:main Nov 10, 2023
4 of 5 checks passed
bc-alexsaiannyi pushed a commit to bigcommerce/nextjs-commerce that referenced this pull request Dec 7, 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