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

🐛 Bug: deployment pipelines should cancel previous pipelines when a new one is made #57

Open
3 tasks done
tjwds opened this issue Jun 3, 2023 · 0 comments
Open
3 tasks done
Labels
status: accepting prs type: bug Something isn't working

Comments

@tjwds
Copy link
Contributor

tjwds commented Jun 3, 2023

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Expected

Picture this:

  • You merge one PR, and it kicks off a build.
  • You merge a second PR, and it kicks off another build.
  • The second build pipeline somehow finishes first, deploying the site.
  • The first build pipeline finishes, deploying the not up-to-date version of the site.

This is very minor, and should be very rare, but it would be nice to fix.

Actual

Deployment pipelines should auto-cancel.

Additional Info

No response

@tjwds tjwds added type: bug Something isn't working status: accepting prs labels Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepting prs type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant