Commit 152fc0c
authored
Fix: Remove pull_request trigger from reusable workflow (#1)
The claude-review.yml is a reusable workflow (workflow_call) and should
not have a pull_request trigger. Individual repos will call this workflow
via their own claude.yml files which contain the pull_request trigger.
This fixes the workflow file issue that was causing failures.
Co-authored-by: jaysonv0341 <jaysonv0341@users.noreply.github.com>1 parent 7187a5d commit 152fc0c
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
0 commit comments