Skip to content

Commit cb5aefa

Browse files
leofangclaude
andcommitted
Use shallow clone (fetch-depth: 1) in ci-nightly.yml
Full history is not needed — we only read ci/versions.yml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ac5238c commit cb5aefa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout repository
4242
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
with:
44-
fetch-depth: 0
44+
fetch-depth: 1
4545

4646
- name: Get CUDA build versions
4747
id: get-vars

0 commit comments

Comments
 (0)