From 5bf0c95294fbe88f7cfa0cdbfba2e96643d232a4 Mon Sep 17 00:00:00 2001 From: Mukund Keshava Date: Mon, 24 Feb 2025 16:36:05 +0530 Subject: set depth 2 for CI submodules (#6436) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3