summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-29 15:43:01 +0700
committerhathach <[email protected]>2026-04-29 15:43:01 +0700
commit2c6d42771e2707f38cefc782a1defefff6a7e22d (patch)
tree4ff15ad50fc8affa1626dd02dfff86482d1a6a53
parentf53a9ec9afee11dbbb57c4561ef3eeeb37e572a6 (diff)
clean up
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0b2d0db4..a88b8ffba 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -261,15 +261,15 @@ jobs:
# ---------------------------------------
hil-tinyusb:
needs: hil-build
- name: HIL - ${{ matrix.display }}
+ name: hil-tinyusb (${{ matrix.display }})
strategy:
fail-fast: false
matrix:
include:
- - display: hathach tinyusb
+ - display: tinyusb.json
runner: [ self-hosted, X64, hathach, hardware-in-the-loop ]
hil_json: test/hil/tinyusb.json
- - display: hifiphile hfp
+ - display: hfp.json
runner: [ self-hosted, Linux, X64, hifiphile ]
hil_json: test/hil/hfp.json
runs-on: ${{ matrix.runner }}