robotpy / build-actions

RobotPy github actions library
0 stars 2 forks source link

Fix race condition in bump-requirements #7

Open TheTripleV opened 3 years ago

TheTripleV commented 3 years ago

If the workflow runs concurrently, then the git push in this step or the Bump Version and push Tag in robotpy-meta could fail.

auscompgeek commented 2 years ago

Any ideas on how we can go about this? Does GitHub Actions have a way to limit the concurrency of a workflow?

TheTripleV commented 2 years ago

Oooh they added it in in April: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency