8000 Enable checkout treeless partial clone · gitfool/cake-docker@21a9887 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21a9887

Browse files
committed
Enable checkout treeless partial clone
actions/checkout#1396
1 parent 3af3f11 commit 21a9887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: actions/checkout@v4.1.1
2626
with:
2727
fetch-depth: 0
28+
filter: tree:0
2829
show-progress: false
29-
submodules: recursive
3030

3131
- name: Install dotnet
3232
uses: actions/setup-dotnet@v3.2.0

0 commit comments

Comments
 (0)
0