From 45c34beb65524923004574ac6e465cec0884da06 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 18 Aug 2025 17:07:10 -0700 Subject: [PATCH] github action --- .github/workflows/claude.yml | 1 - 1 file changed, 1 deletion(-) 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 }}