Commit e0d7857
committed
ci: skip claude.yml when comment is '@claude review'
Comments starting with '@claude review' are handled by the hosted
code-review webhook, which creates a dedicated check run. Running this
workflow on the same trigger causes both systems to respond to one
comment — the GHA run then fails on fork PRs because it tries to fetch
the fork branch from origin.1 parent 92c693b commit e0d7857
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments