mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
github action
This commit is contained in:
1
.github/workflows/claude.yml
vendored
1
.github/workflows/claude.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user