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

update PR workflows to use concurrency #376

Merged
merged 2 commits into from Dec 16, 2022

Conversation

zkamvar
Copy link
Contributor

@zkamvar zkamvar commented Dec 16, 2022

The pr-recieve and pr-comment workflows now use concurrencey https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency to cancel in-progress workflow runs if a new workflow run is started. This will prevent situations like carpentries/lesson-development-training#165 (comment) from happening.

This PR will fix #374

The pr-recieve and pr-comment workflows now use concurrencey
<https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency>
to cancel in-progress workflow runs if a new workflow run is started.
This will prevent situations like
<carpentries/lesson-development-training#165 (comment)>
from happening.

This PR will fix #374
@zkamvar zkamvar merged commit 32e18c8 into main Dec 16, 2022
@zkamvar zkamvar deleted the update-workflows-for-concurrency branch December 16, 2022 19:14
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.

Confusing/invalid comment on valid Pull Requests
1 participant