From 733426c49cb51d121435b570edd2c5440a2fed87 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:14:24 +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 c26cd0f..e77614e 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" # Windows compile fails -> Path length limit - "examples/espidf-arduino-blink"