ci: disable automatic PR trigger for Claude review workflow

Switch from pull_request event to workflow_dispatch only, commenting
out the pull_request trigger. This allows manual invocation while
preventing automatic runs on every PR.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-02-10 12:04:01 +08:00
parent 1c2d9e1714
commit 42db7e6559

View File

@@ -1,10 +1,11 @@
name: Claude PR Review
on:
pull_request:
types: [opened, synchronize, ready_for_review, reopened, labeled]
paths:
- "README.md"
workflow_dispatch:
# pull_request:
# types: [opened, synchronize, ready_for_review, reopened, labeled]
# paths:
# - "README.md"
jobs:
claude-pr-review: