From 69eb27c5de3fb053ae42e11c09a72ea325b4a671 Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Tue, 3 Feb 2026 09:42:10 +0800 Subject: [PATCH] ci: skip upload artifacts for build_non_test_related_apps --- .idf_ci.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.idf_ci.toml b/.idf_ci.toml index 6866454fca..e6e5f000c3 100644 --- a/.idf_ci.toml +++ b/.idf_ci.toml @@ -62,6 +62,7 @@ patterns = [ '**/build*/esp_tee/*.elf', '**/build*/gdbinit/*', ] +if_clause = 'CI_JOB_GROUP_NAME != "build_non_test_related_apps"' [gitlab.artifacts.s3.flash] bucket = "idf-artifacts" @@ -77,6 +78,7 @@ patterns = [ # customized '**/build*/esp_tee/*.bin', ] +if_clause = 'CI_JOB_GROUP_NAME != "build_non_test_related_apps"' [gitlab.artifacts.s3.log] bucket = "idf-artifacts"