From 49c2bbb9cd97aae709f56f21b71853da0c5a6cf7 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 25 Mar 2024 09:38:22 +0000 Subject: [PATCH] ci: use blobless clone Signed-off-by: Michael Kriese --- .forgejo/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index a883536..158bfe5 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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