Skip to content

Commit e6c362d

Browse files
committed
chore(ci): attempt to fix claude code review workflow
1 parent da5618b commit e6c362d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
jobs:
88
claude-review:
99
# only run when PR is from this repository (fork PRs don't receive secrets)
10-
if: |
11-
github.event.pull_request.head.repo.full_name == github.repository
10+
if: github.event.pull_request.head.repo.full_name == github.repository
1211
# Job body always comes from main so edits to these workflows on a PR cannot break the check.
1312
uses: boneskull/gh-stack/.github/workflows/claude-code-review-reusable.yml@1aa24a5ca8eaddc47822b2d799e772255dcf2c6b # main
1413
secrets: inherit

0 commit comments

Comments
 (0)