How to deal with actions that follow each other quickly?

We have Github actions that run fly deploy. When 2 commits come in shortly after each other, the second fails because it can’t get a lease and the second commit will never be deployed. Anyone know how to deal with that?

This may help: GitHub Actions: Limit workflow run or job concurrency - The GitHub Blog

2 Likes

Cool, thanks :+1:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.