mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00:00
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:
parent
1c2d9e1714
commit
42db7e6559
1 changed files with 5 additions and 4 deletions
9
.github/workflows/claude-pr-review.yml
vendored
9
.github/workflows/claude-pr-review.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue