Skip to content

Commit

Permalink
add more .skip.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 11, 2024
1 parent f2286b8 commit 9911402
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Checkout adafruit/ci-arduino
uses: actions/checkout@v4
with:
repository: adafruit/ci-arduino
repository: adafruit/ci-arduino'
ref: skip-list-file
path: ci

- name: pre-install
Expand Down Expand Up @@ -106,7 +107,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: adafruit/ci-arduino
ref: skip-list-file
path: ci

- name: pre-install
Expand Down
Empty file.
2 changes: 2 additions & 0 deletions examples/DualRole/HID/hid_device_report/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
2 changes: 2 additions & 0 deletions examples/DualRole/HID/hid_mouse_log_filter/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
2 changes: 2 additions & 0 deletions examples/DualRole/HID/hid_mouse_tremor_filter/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
2 changes: 2 additions & 0 deletions examples/DualRole/HID/hid_remapper/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT

0 comments on commit 9911402

Please sign in to comment.