Skip to content

Commit 9eed0c6

Browse files
sbryngelsonclaude
andcommitted
Split benchmark concurrency group by event type
Bot review events (pull_request_review) were racing against and cancelling legitimate push-triggered (pull_request) benchmark runs via the shared concurrency group. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 05d28f3 commit 9eed0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
1111
cancel-in-progress: true
1212

1313
jobs:

0 commit comments

Comments
 (0)