diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index c0be08567f..52c4c092ed 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -36,7 +36,6 @@ jobs: steps: - run: cd /workspace/bun - name: Checkout repository - if: github.event_name == 'pull_request_review' || github.event_name == 'pull_request' || github.event_name == 'pull_request_review_comment' run: | git fetch origin ${{ github.event.pull_request.head.sha }} git checkout ${{ github.event.pull_request.head.ref }}