diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 51ea9d47..f12a01a2 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -1,8 +1,6 @@ name: Claude PR Review on: - pull_request: - types: [opened, synchronize] issue_comment: types: [created] pull_request_review_comment: @@ -24,7 +22,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 if: | - github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || (github.event_name == 'issue_comment' && github.event.issue.pull_request &&