Skip to content

Commit b2539e4

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 b3cb93e commit b2539e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

3535
- name: Determine SOC_VERSION

0 commit comments

Comments
 (0)