ci: upload size artifacts to longterm bucket for protected branches

This commit is contained in:
Evgeny Torbin
2026-09-14 15:22:46 +02:00
parent 5c2781df5c
commit 00c6846a35

View File

@@ -123,7 +123,7 @@ patterns = [
[gitlab.artifacts.s3.configs.longterm]
bucket = "longterm"
if_clause = 'CI_COMMIT_REF_NAME == "master"'
if_clause = 'CI_COMMIT_REF_PROTECTED == "true"'
patterns = [
'**/build*/size*.json',
]