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

Make deploys queue instead of running in parallel #373

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

mveytsman
Copy link
Member

I just merged several PRs at once, which triggers a deploy action. If we try to deploy before an ongoing deploy is finished, we get an error (see https://github.com/bikebrigade/dispatch/actions/runs/9209643022 for an example)

This PR adds a setting to the actions to queue them up and wait for the previous deployment to finish so we don't run into this.

@mveytsman mveytsman merged commit 31195c5 into main May 27, 2024
1 check passed
@mveytsman mveytsman deleted the mv/deploy_queue branch May 27, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant