Skip to content

Commit 040a66b

Browse files
authored
Add 'advanced' to excluded examples in build workflow
1 parent c0e694f commit 040a66b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-esp8266.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build Examples
3838
run: |
39-
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet echoBot_UnoR4 echoBot_wifiNINA"
39+
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet advanced echoBot_UnoR4 echoBot_wifiNINA"
4040
4141
for i in `ls examples`; do
4242
# skip excluded examples
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build Examples
8787
run: |
88-
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet echoBot_UnoR4 echoBot_wifiNINA"
88+
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet advanced echoBot_UnoR4 echoBot_wifiNINA"
8989
9090
for i in `ls examples`; do
9191
# skip excluded examples

0 commit comments

Comments
 (0)