Skip to content

Commit 494e28b

Browse files
committed
Use shallow checkout for multinode benchmark
1 parent 5ec410a commit 494e28b

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
@@ -168,7 +168,7 @@ jobs:
168168
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
169169
with:
170170
token: ${{ secrets.REPO_PAT }}
171-
fetch-depth: 0
171+
fetch-depth: 1
172172
ref: ${{ inputs.ref || github.ref }}
173173
clean: false
174174

0 commit comments

Comments
 (0)