ci: fix if clause in .idf_ci.toml

This commit is contained in:
Evgeny Torbin
2025-11-25 10:42:33 +01:00
parent 181a0a8fca
commit e3bd539280
+1 -1
View File
@@ -100,7 +100,7 @@ patterns = [
[gitlab.artifacts.s3.longterm]
bucket = "longterm"
if_clause = '"$CI_COMMIT_REF_NAME" == "master"'
if_clause = 'CI_COMMIT_REF_NAME == "master"'
patterns = [
'**/build*/size*.json',
]