Skip to content

Commit 2d4dc6c

Browse files
committedOct 21, 2023
Enable checkout treeless partial clone
actions/checkout#1396
1 parent 32e4fc9 commit 2d4dc6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: actions/checkout@v4.1.1
2828
with:
2929
fetch-depth: 0
30+
filter: tree:0
3031
show-progress: false
31-
submodules: recursive
3232

3333
- name: Show contexts
3434
uses: actions/github-script@v6.4.1
@@ -64,8 +64,8 @@ jobs:
6464
uses: actions/checkout@v4.1.1
6565
with:
6666
fetch-depth: 0
67+
filter: tree:0
6768
show-progress: false
68-
submodules: recursive
6969

7070
- name: Show contexts
7171
uses: actions/github-script@v6.4.1
@@ -107,8 +107,8 @@ jobs:
107107
uses: actions/checkout@v4.1.1
108108
with:
109109
fetch-depth: 0
110+
filter: tree:0
110111
show-progress: false
111-
submodules: recursive
112112

113113
- name: Show contexts
114114
uses: actions/github-script@v6.4.1
@@ -150,8 +150,8 @@ jobs:
150150
uses: actions/checkout@v4.1.1
151151
with:
152152
fetch-depth: 0
153+
filter: tree:0
153154
show-progress: false
154-
submodules: recursive
155155

156156
- name: Show contexts
157157
uses: actions/github-script@v6.4.1

0 commit comments

Comments
 (0)
Failed to load comments.