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 0187e155ac
commit 12276b32a4

View File

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