From f3543d7f2ef2fc457a0c76a5a4244191b3e088e0 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 4 Aug 2025 17:10:22 +0200 Subject: [PATCH] max 5 --- machines/dev/fedi203/woodpecker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/dev/fedi203/woodpecker.nix b/machines/dev/fedi203/woodpecker.nix index bcacf1a9..a812facd 100644 --- a/machines/dev/fedi203/woodpecker.nix +++ b/machines/dev/fedi203/woodpecker.nix @@ -111,7 +111,7 @@ WOODPECKER_SERVER=localhost:9000 WOODPECKER_USERNAME=x-oauth-basic WOODPECKER_HOSTNAME=https://woodpecker.fediversity.eu - WOODPECKER_MAX_WORKFLOWS=4 + WOODPECKER_MAX_WORKFLOWS=5 WOODPECKER_LOG_LEVEL=info WOODPECKER_DEBUG_PRETTY=false WOODPECKER_DEBUG_NOCOLOR=true