From 8d0244422f6fee293e288faf9c43b65591fd3a9e Mon Sep 17 00:00:00 2001 From: Mukund Keshava Date: Mon, 24 Feb 2025 14:33:14 +0530 Subject: 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3