CI: remove esp32h4 build in zigbee example

This commit is contained in:
xiaqilin
2023-04-07 13:49:39 +08:00
parent 30b7d34f60
commit 435c8e5c24

View File

@@ -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