Commit ace6d6c
authored
fix: incorporate version/tag input into concurrency group to prevent cancellation of distinct manual runs (#4710)
Closes #3532
publish-packages.yml: group now includes ${{ github.event.inputs.version || github.sha }}
postflight.yml: group now includes ${{ github.event.inputs.tag || github.sha }}
Without this, two manual workflow_dispatch runs with different version/tag inputs
shared the same concurrency group and the second would cancel the first.1 parent 475cea2 commit ace6d6c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments