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

Remove concurrency restriction #191

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Remove concurrency restriction #191

merged 1 commit into from
Jan 21, 2025

Conversation

bparks13
Copy link
Member

In the actions file, there was a check that did not allow multiple actions to be running concurrently. However, when we have multiple PRs there is a possibility that changes will be pushed to more than one simultaneously leading to one of the actions being prematurely cancelled. This is especially a problem due to how long it takes the actions to run from scratch for the actions.

This PR removes that restriction.

@bparks13 bparks13 requested a review from cjsha January 21, 2025 22:46
Copy link
Member

@cjsha cjsha left a comment

Choose a reason for hiding this comment

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

If we ever want to avoid concurrent actions for a given PR/branch/environment (as opposed to as it was prior to merging this PR which is preventing concurrent actions for all PRs/branches/environments in a repo), we can try something like suggested in this stack overflow post. As of now, I don't see any reason to avoid concurrent actions.

@bparks13 bparks13 merged commit 92d9e6e into main Jan 21, 2025
3 checks passed
@bparks13 bparks13 deleted the remove-concurrency branch January 21, 2025 22:57
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