Skip to content

Commit 1c1a65c

Browse files
committed
add more .skip.txt
1 parent f2286b8 commit 1c1a65c

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
uses: actions/checkout@v4
7070
with:
7171
repository: adafruit/ci-arduino
72+
ref: skip-list-file
7273
path: ci
7374

7475
- name: pre-install
@@ -106,7 +107,6 @@ jobs:
106107
uses: actions/checkout@v4
107108
with:
108109
repository: adafruit/ci-arduino
109-
ref: skip-list-file
110110
path: ci
111111

112112
- name: pre-install

examples/DualRole/HID/hid_device_report/.pico_rp2040_tinyusb_host.test.skip

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pico_rp2040_tinyusb_host
2+
CH32V20x_EVT

examples/DualRole/HID/hid_mouse_log_filter/.pico_rp2040_tinyusb_host.test.skip

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pico_rp2040_tinyusb_host
2+
CH32V20x_EVT

examples/DualRole/HID/hid_mouse_tremor_filter/.pico_rp2040_tinyusb_host.test.skip

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pico_rp2040_tinyusb_host
2+
CH32V20x_EVT

examples/DualRole/HID/hid_remapper/.pico_rp2040_tinyusb_host.test.skip

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pico_rp2040_tinyusb_host
2+
CH32V20x_EVT

0 commit comments

Comments
 (0)