mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
ci: upload size artifacts to longterm bucket for protected branches
This commit is contained in:
@@ -123,7 +123,7 @@ patterns = [
|
|||||||
|
|
||||||
[gitlab.artifacts.s3.configs.longterm]
|
[gitlab.artifacts.s3.configs.longterm]
|
||||||
bucket = "longterm"
|
bucket = "longterm"
|
||||||
if_clause = 'CI_COMMIT_REF_NAME == "master"'
|
if_clause = 'CI_COMMIT_REF_PROTECTED == "true"'
|
||||||
patterns = [
|
patterns = [
|
||||||
'**/build*/size*.json',
|
'**/build*/size*.json',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user