Skip to content

Commit 6a1e9c0

Browse files
committed
exclude cherryusb
1 parent 11422d0 commit 6a1e9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci/.build_and_run_idf_examples_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ paths = [
55
]
66

77
exclude = [
8-
"examples/peripherals/usb/device/cherryusb_*", # Exclude cherryusb-based device examples
8+
"examples/peripherals/usb/device/cherryusb_serial_device", # Exclude cherryusb-based device examples
99
]
1010

1111
recursive = true

0 commit comments

Comments
 (0)