From 7f8790b528caa4b12d09aed52d141b3ddee0171c Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 27 Jul 2021 12:19:35 +0200 Subject: [PATCH] ci: run host tests when tools.json is updated --- .gitlab/ci/rules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 45e1d25e5c..716a0f2efc 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -109,6 +109,7 @@ - "tools/idf_size.py" - "tools/test_idf_size/**/*" + - "tools/tools.json" - "tools/tools_schema.json" - "tools/idf_tools.py" - "tools/test_idf_tools/**/*"