File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,10 @@ jobs:
56
56
body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
57
57
})
58
58
59
- - name : Checkout default branch
59
+ - name : Checkout pull request
60
60
uses : actions/checkout@v4
61
-
62
- - name : Checkout actual pull request
63
- run : gh pr checkout ${{ github.event.issue.number }}
64
- env :
65
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61
+ with :
62
+ ref : refs/pull/${{ github.event.issue.number }}/head
66
63
67
64
- name : Install pgvector
68
65
run : |
@@ -195,12 +192,3 @@ jobs:
195
192
repo: context.repo.repo,
196
193
body: `${summary}\n\n[Check the workflow run for more details](${actionsUrl}).`
197
194
})
198
-
199
- - name : Commit and push eval results
200
- if : ${{ success() }}
201
- run : |
202
- git config --global user.name "github-actions[bot]"
203
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
204
- git add evals/results/pr${{ github.event.issue.number }}
205
- git commit -m "Add evaluation results for PR #${{ github.event.issue.number }}"
206
- git push
You can’t perform that action at this time.
0 commit comments