From a76846f375fda8f96379e8d8aa4abc80acf2bb2f Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:00:09 +0200 Subject: [PATCH] Update .woodpecker.star Co-authored-by: Artur Neumann --- .woodpecker.star | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.star b/.woodpecker.star index 1de0ad4f80..a36381be6b 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -1854,10 +1854,10 @@ def checkVersionPlaceholder(): }, ], "when": [ - event["pull_request"], { - "evaluate": 'CI_COMMIT_PULL_REQUEST_LABELS contains "production_release"', - }, + "event": "pull_request", + "evaluate": 'CI_COMMIT_PULL_REQUEST_LABELS contains "production_release"', + } ], }]