Skip to content

Commit 956618d

Browse files
committed
Clean multinode runner workspace on checkout
1 parent 494e28b commit 956618d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark-multinode-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
token: ${{ secrets.REPO_PAT }}
171171
fetch-depth: 1
172172
ref: ${{ inputs.ref || github.ref }}
173-
clean: false
173+
clean: true
174174

175175
- name: Cleanup stale eval outputs (pre-run)
176176
if: ${{ inputs.run-eval || inputs.eval-only }}

0 commit comments

Comments
 (0)