-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Use GHA concurrency
to lock a single run per license used
#312
Comments
I've had a look at this after the painful start of the week with a lot of license failures... Currently I've added a feature request to add a |
As far as I can tell we worked around this by cancelling previous runs and we have retries on all relevant code paths. I've not had a failure due to license-fetching in ages. |
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
Currently two pushes will trigger two concurrent builds where the second fails due to license issues
The text was updated successfully, but these errors were encountered: