diff --git a/.github/workflows/evaluate.yaml b/.github/workflows/evaluate.yaml index 607dad10..a12cd2da 100644 --- a/.github/workflows/evaluate.yaml +++ b/.github/workflows/evaluate.yaml @@ -57,7 +57,10 @@ jobs: body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results." }) - - uses: actions/checkout@v4 + - name: Checkout pull request 🏁 + uses: actions/checkout@v4 + with: + ref: refs/pull/${{ github.event.issue.number }}/head - name: Install pgvector run: |