summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMukund Keshava <mkeshava@nvidia.com>2025-02-24 16:36:05 +0530
committerGitHub <noreply@github.com>2025-02-24 11:06:05 +0000
commit5bf0c95294fbe88f7cfa0cdbfba2e96643d232a4 (patch)
tree31d3f6145f41b992f277f5c675e8cff3849cd856 /.github/workflows/ci.yml
parent8d0244422f6fee293e288faf9c43b65591fd3a9e (diff)
set depth 2 for CI submodules (#6436)
Diffstat (limited to '.github/workflows/ci.yml')
-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 e4fd92d54..6cf72fdee 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: "1" # Fetch only the latest commit (shallow clone)
+ fetch-depth: "2"
- id: filter
run: |
# This step prevents subsequent steps from running if only documentation was changed