ci: use blobless clone
Signed-off-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
parent
06c34c5932
commit
49c2bbb9cd
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ jobs:
|
|||
with:
|
||||
show-progress: false
|
||||
fetch-depth: 0
|
||||
filter: blob:none # We don't need all blobs
|
||||
|
||||
- uses: ./.forgejo/actions/setup
|
||||
|
||||
|
@ -90,6 +91,7 @@ jobs:
|
|||
with:
|
||||
show-progress: false
|
||||
fetch-depth: 0
|
||||
filter: blob:none # We don't need all blobs
|
||||
|
||||
- uses: ./.forgejo/actions/setup
|
||||
|
||||
|
|
Loading…
Reference in a new issue