Commit e78d142
committed
ci: give the reusable test workflows distinct concurrency groups
When on_tag.yml calls build_test and build_test_mobile as reusable workflows,
github.workflow resolves to the caller ("on_tag") for both, so their identical
'${{ github.workflow }}-${{ github.ref }}' concurrency group collided and
cancel-in-progress cancelled one of them (build_test_mobile), which then blocked
the gated release jobs. Hardcode a per-workflow literal in the group so it stays
distinct whether the workflow runs standalone (PR/push) or reused (tag).1 parent 525e15c commit e78d142
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | | - | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments