summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMukund Keshava <mkeshava@nvidia.com>2025-02-24 14:33:14 +0530
committerGitHub <noreply@github.com>2025-02-24 09:03:14 +0000
commit8d0244422f6fee293e288faf9c43b65591fd3a9e (patch)
tree983695e9a56a5edc3973e8925e207f85c89c7636 /.github/workflows
parent51ad07d1fbffd41c758eba172aa77ebba3204924 (diff)
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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3a6a817ea..e4fd92d54 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- fetch-depth: "0"
+ fetch-depth: "1" # Fetch only the latest commit (shallow clone)
- id: filter
run: |
# This step prevents subsequent steps from running if only documentation was changed