Commit ab55539
authored
ci: Avoid
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: #2443release-plz closing PRs unnecessarily (#2472)1 parent 2ba5764 commit ab55539
1 file changed
+37
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
13 | 47 | | |
14 | | - | |
| 48 | + | |
15 | 49 | | |
16 | 50 | | |
17 | 51 | | |
| |||
43 | 77 | | |
44 | 78 | | |
45 | 79 | | |
| 80 | + | |
| 81 | + | |
0 commit comments