Skip to content

Comments

GitHub Action Concurrency Failing To Cancel Irrelevant Runs#247

Merged
dchansen06 merged 1 commit intomainfrom
ConcurrencyCancelAction
Feb 20, 2026
Merged

GitHub Action Concurrency Failing To Cancel Irrelevant Runs#247
dchansen06 merged 1 commit intomainfrom
ConcurrencyCancelAction

Conversation

@dchansen06
Copy link
Contributor

@dchansen06 dchansen06 commented Feb 20, 2026

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
  • 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

@dchansen06 dchansen06 self-assigned this Feb 20, 2026
@dchansen06 dchansen06 added Enhancement New feature or request GitHub Meta, anything related to or dealing with GitHub 1 URGENT Urgent issue that needs a quick action and resolution Small Fry Something that is small, could include bug fixes or smaller changes Bug Something is doing a thing but doing it wrong or otherwise incorrectly labels Feb 20, 2026
Signed-off-by: Daniel Hansen <dchansen06@gmail.com>
@dchansen06 dchansen06 force-pushed the ConcurrencyCancelAction branch from 1d212d8 to 99a5712 Compare February 20, 2026 09:03
@dchansen06 dchansen06 marked this pull request as ready for review February 20, 2026 09:04
@dchansen06 dchansen06 merged commit 57d5393 into main Feb 20, 2026
30 checks passed
@dchansen06 dchansen06 deleted the ConcurrencyCancelAction branch February 20, 2026 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 URGENT Urgent issue that needs a quick action and resolution Bug Something is doing a thing but doing it wrong or otherwise incorrectly Enhancement New feature or request GitHub Meta, anything related to or dealing with GitHub Small Fry Something that is small, could include bug fixes or smaller changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Actions need to cancel the same actions from previous commits within the same concurrency group

1 participant