Commit 57d5393
authored
GitHub Action Concurrency Failing To Cancel Irrelevant Runs (#247)
# Fix GitHub Action Group Concurrency
## Problem and Scope
Rapidly pushing individual commits queues up massive amounts of runs
that are not cancelled since concurrency groups blocking this are
grouped with run IDs
## Description
No longer group against run ids
## Gotchas and Limitations
May take a little time to cancel
## Testing
- [ ] HOOTL testing
- [ ] HITL testing
- [x] Human tested
### Testing Details
Re-pushed off of 1d212d8 with 99a5712 and validated that it cancelled
## Larger Impact
Pushing every commit no longer triggers up the same workload as it did
before
## Additional Context and Ticket
Resolves #246
Signed-off-by: Daniel Hansen <dchansen06@gmail.com>1 parent 6cb7bc7 commit 57d5393
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments