diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 393b2b722..15f5475c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,9 @@ jobs: ref: ${{github.event.pull_request.base.sha}} repository: ${{github.event.pull_request.head.repo.full_name}} - run: | - git checkout ${{github.event.pull_request.head.ref}} git pull origin ${{github.event.pull_request.head.ref}} + git checkout ${{github.event.pull_request.head.ref}} + - name: Setup Node.js environment