Commit b48b533
Skip benchmark workflow for bot review events
Bot reviews (AI code reviewers) trigger pull_request_review events that
start a new Benchmark workflow run. The concurrency group then cancels
the real benchmark run from the pull_request event, causing all
benchmark jobs to be cancelled on every PR with AI reviewers enabled.
Fix: skip the workflow early when the review author is a Bot account.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3781b98 commit b48b533
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments