From 9199207c67a78657e3fcc46f9f4f1fbfbb4cc55c Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Thu, 27 Feb 2020 11:20:08 +0800 Subject: [PATCH] ci: allow esp32s2 unit tests run by scheduled pipeline --- tools/ci/config/target-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index 5bd4091aa..df45e4237 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -502,7 +502,7 @@ UT_034: # - /^release\/v/ # - /^v\d+\.\d+(\.\d+)?($|-)/ - triggers - # - schedules + - schedules variables: - $BOT_TRIGGER_WITH_LABEL == null - $BOT_LABEL_UNIT_TEST_S2