Update .woodpecker.star

Co-authored-by: Artur Neumann <artur@jankaritech.com>
This commit is contained in:
Christian Richter
2026-04-13 16:00:09 +02:00
parent 045511a982
commit a76846f375

View File

@@ -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"',
}
],
}]