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 db9f2c9795
commit 7a88503bee

View File

@@ -110,7 +110,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',
]