Skip to content

Commit e3bfb97

Browse files
committed
Enable checkout treeless partial clone
actions/checkout#1396
1 parent d7cad76 commit e3bfb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v4.1.1
2323
with:
2424
fetch-depth: 0
25+
filter: tree:0
2526
show-progress: false
26-
submodules: recursive
2727

2828
- name: Cache packages
2929
uses: actions/cache@v3.3.3

0 commit comments

Comments
 (0)