Skip to content

Commit 7b022b8

Browse files
committed
Add checkout
1 parent 7c95d88 commit 7b022b8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/evaluate.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ jobs:
121121
# body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
122122
# })
123123

124-
- name: Checkout pull request
125-
uses: actions/checkout@v4
126-
with:
127-
ref: refs/pull/${{ github.event.issue.number }}/head
124+
# - name: Checkout pull request
125+
# uses: actions/checkout@v4
126+
# with:
127+
# ref: refs/pull/${{ github.event.issue.number }}/head
128+
129+
- uses: actions/checkout@v4
128130

129131
- name: Install uv
130132
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)