From 435c8e5c2461a536bca468254e0b8c8600ad38c1 Mon Sep 17 00:00:00 2001 From: xiaqilin Date: Fri, 7 Apr 2023 13:49:39 +0800 Subject: [PATCH] CI: remove esp32h4 build in zigbee example --- examples/zigbee/.build-test-rules.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/zigbee/.build-test-rules.yml b/examples/zigbee/.build-test-rules.yml index 5d3554df06..36bb2e31c6 100644 --- a/examples/zigbee/.build-test-rules.yml +++ b/examples/zigbee/.build-test-rules.yml @@ -8,10 +8,10 @@ examples/zigbee/esp_zigbee_gateway: examples/zigbee/esp_zigbee_rcp: enable: - - if: IDF_TARGET in ["esp32h4", "esp32c6", "esp32h2"] - reason: should able to run on esp32h4 esp32h2 and esp32c6 + - if: IDF_TARGET in ["esp32c6", "esp32h2"] + reason: should able to run on esp32h2 and esp32c6 examples/zigbee/light_sample: enable: - - if: IDF_TARGET in ["esp32h4", "esp32c6", "esp32h2"] - reason: should able to run on esp32h4 esp32h2 and esp32c6 + - if: IDF_TARGET in ["esp32c6", "esp32h2"] + reason: should able to run on esp32h2 and esp32c6