Commit 18623f0
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 18623f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments