Skip to content

Commit 8d02444

Browse files
Do not perform deep checkout of submodules (#6410)
* Do not perform deep checkout of submodules Fixes #5465 * Remove shallow clone for release as suggested by csyonghe --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
1 parent 51ad07d commit 8d02444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686
with:
8787
submodules: "recursive"
88-
fetch-depth: "0"
88+
fetch-depth: "1" # Fetch only the latest commit (shallow clone)
8989
- id: filter
9090
run: |
9191
# This step prevents subsequent steps from running if only documentation was changed

0 commit comments

Comments
 (0)