We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2b7297 + d39bed2 commit 654c712Copy full SHA for 654c712
.github/workflows/evaluate.yaml
@@ -57,7 +57,10 @@ jobs:
57
body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
58
})
59
60
- - uses: actions/checkout@v4
+ - name: Checkout pull request 🏁
61
+ uses: actions/checkout@v4
62
+ with:
63
+ ref: refs/pull/${{ github.event.issue.number }}/head
64
65
- name: Install pgvector
66
run: |
0 commit comments