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

Allow concurrent workflows #1140

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Allow concurrent workflows #1140

merged 1 commit into from
Dec 8, 2024

Conversation

tom-blake
Copy link
Contributor

Currently we can't have more than 1 CI/CD workflow run in progress. This slows down our deployments. We have existing internal controls to guard against older deployments overwriting newer ones.

Test plan:

  • Confirm workflows are allowed to run concurrently

Currently we can't have more than 1 CI/CD workflow run in progress. This
slows down our deployments. We have existing internal controls to guard
against older deployments overwriting newer ones.

Test plan:
- Confirm workflows are allowed to run concurrently
@tom-blake tom-blake merged commit ae84903 into master Dec 8, 2024
8 checks passed
@tom-blake tom-blake deleted the allow-concurrent-workflows branch December 8, 2024 22:41
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