We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9580e31 commit 7b77064Copy full SHA for 7b77064
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ 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
- id: filter
90
run: |
91
# This step prevents subsequent steps from running if only documentation was changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
- name: Setup
49
uses: ./.github/actions/common-setup
50
0 commit comments