Skip to content

Commit 6292e7c

Browse files
committed
Check out the head
1 parent 3370bf4 commit 6292e7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/evaluate.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
5858
})
5959
60-
- uses: actions/checkout@v4
60+
- name: Checkout pull request 🏁
61+
uses: actions/checkout@v4
62+
with:
63+
ref: refs/pull/${{ github.event.issue.number }}/head
6164

6265
- name: Install pgvector
6366
run: |

0 commit comments

Comments
 (0)