Skip to content

Commit c6f7e0d

Browse files
fix(ci): reduce checkout fetch-depth from 0 to 1 to speed up CI
Signed-off-by: JavaPythonAIForBAT <wuhejun@h-partners.com>
1 parent ce31f40 commit c6f7e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildkit-dockerfile-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v7
3434
with:
35-
fetch-depth: 0
35+
fetch-depth: 1
3636
persist-credentials: false
3737

3838
- name: Determine SOC_VERSION

0 commit comments

Comments
 (0)