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.
1 parent 7c95d88 commit 7b022b8Copy full SHA for 7b022b8
.github/workflows/evaluate.yaml
@@ -121,10 +121,12 @@ jobs:
121
# body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
122
# })
123
124
- - name: Checkout pull request
125
- uses: actions/checkout@v4
126
- with:
127
- ref: refs/pull/${{ github.event.issue.number }}/head
+ # - name: Checkout pull request
+ # uses: actions/checkout@v4
+ # with:
+ # ref: refs/pull/${{ github.event.issue.number }}/head
128
+
129
+ - uses: actions/checkout@v4
130
131
- name: Install uv
132
uses: astral-sh/setup-uv@v5
0 commit comments