summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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