mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'ci/upload_size_artifacts_for_protected_branches_v6.0' into 'release/v6.0'
ci: upload size artifacts to longterm bucket for protected branches (v6.0) See merge request espressif/esp-idf!52879
This commit is contained in:
@@ -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',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user