Skip to content

Commit 3758f0d

Browse files
ci: skip Claude Code review on draft PRs (#245)
1 parent 1d09929 commit 3758f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
review:
99
name: Review
10-
if: github.event.pull_request.user.login == 'DeveloperC286' && !startsWith(github.event.pull_request.head.ref, 'release-please')
10+
if: github.event.pull_request.user.login == 'DeveloperC286' && !startsWith(github.event.pull_request.head.ref, 'release-please') && !github.event.pull_request.draft
1111

1212
runs-on: ubuntu-latest
1313
permissions:

0 commit comments

Comments
 (0)