From 4a50fe3f311e3d78df8ca52b60ccfa9c107bfafd Mon Sep 17 00:00:00 2001 From: Oleks Date: Sun, 15 Mar 2026 13:44:03 +0200 Subject: [PATCH] ci: limit clone to shallow depth without tags Adds PLUGIN_TAGS=false and PLUGIN_DEPTH=1 to plugin-git clone steps to avoid fetching all tags on every CI run. --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6e11947..a6c96dc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,6 +12,8 @@ clone: CI_NETRC_USERNAME: oleks CI_NETRC_PASSWORD: from_secret: gitea_clone_token + PLUGIN_TAGS: "false" + PLUGIN_DEPTH: "1" # Build packages for each architecture in parallel steps: