ci: fix if clause in .idf_ci.toml

This commit is contained in:
Evgeny Torbin
2025-11-25 10:42:33 +01:00
committed by Fu Hanxi
parent 27619bbb41
commit d7530b63e1
+1 -1
View File
@@ -99,7 +99,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',
]