We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9580e31 commit a8974acCopy full SHA for a8974ac
.github/workflows/ci.yml
@@ -85,7 +85,8 @@ jobs:
85
- uses: actions/checkout@v4
86
with:
87
submodules: "recursive"
88
- fetch-depth: "0"
+ fetch-depth: "1" # Fetch only the latest commit (shallow clone)
89
+ shallow-submodules: "true" # Fetch submodules at only the latest commit
90
- id: filter
91
run: |
92
# This step prevents subsequent steps from running if only documentation was changed
0 commit comments