From 2008d8594a15f41d6b2075c4f39e92859049dceb Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:15:17 +0200 Subject: [PATCH] disable zigbee examples needs merge of the open zigbee Arduino PR --- .github/workflows/examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 496fd3f..f290816 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -18,8 +18,8 @@ jobs: - "examples/arduino-rmt-blink" - "examples/arduino-usb-keyboard" - "examples/arduino-wifiscan" - - "examples/arduino-zigbee-light" - - "examples/arduino-zigbee-switch" + #- "examples/arduino-zigbee-light" + #- "examples/arduino-zigbee-switch" - "examples/espidf-arduino-h2zero-BLE_scan" - "examples/espidf-arduino-matter-light" - "examples/espidf-arduino-blink"