-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
dispatch-build-bottle: run brew update
#187575
Conversation
That'll be because it was dispatched in the 5 minute window that a PR was open. Could check open PRs but is it worth it? |
Could also I guess make the upload workflow wait for the PR to be merged and thus hold on to the concurrency lock. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do agree with this in general though - just wouldn't quite catch the example you linked and may need to be paired with one of the above.
Still seeing duplicate bottle jobs: https://github.com/Homebrew/homebrew-core/actions/runs/10820149397 Co-authored-by: Ruoyu Zhong <zhongruoyu@outlook.com>
This should also help mitigate duplicate build issues. We use `gh api` instead of `gh pr view` in order to minimise the number of API calls we have to make.
d8118d5
to
86e6ed9
Compare
Done the latter. |
Still seeing duplicate bottle jobs: https://github.com/Homebrew/homebrew-core/actions/runs/10820149397