ci: use blobless clone

Signed-off-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
Michael Kriese 2024-03-25 09:38:22 +00:00
parent 06c34c5932
commit 49c2bbb9cd

View file

@ -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