github action

This commit is contained in:
Jarred Sumner
2025-08-18 17:07:10 -07:00
parent a2da900e40
commit 45c34beb65

View File

@@ -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 }}