You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two instances of the `release-plz` workflow ran at the same time (due
to multiple rust PRs being merged together), the newer one may try to
update the release branch with stale ref info, and resort to re-creating
the release PR instead.
This change avoids that situation by ensuring no two instances of the
workflow run concurrently for the same branch.
- Stale info error:
https://github.com/CQCL/hugr/actions/runs/16497826514/job/46647892322#step:5:305
- PR closed for no reason: #2443
0 commit comments