diff options
| author | Mukund Keshava <mkeshava@nvidia.com> | 2025-02-24 16:36:05 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 11:06:05 +0000 |
| commit | 5bf0c95294fbe88f7cfa0cdbfba2e96643d232a4 (patch) | |
| tree | 31d3f6145f41b992f277f5c675e8cff3849cd856 | |
| parent | 8d0244422f6fee293e288faf9c43b65591fd3a9e (diff) | |
set depth 2 for CI submodules (#6436)
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
