diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01002e30..28fb82aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out latest commit - if: ${{ github.event.issue.pull_request }} uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }}