change job name

Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
HiFiPhile
2026-04-26 14:10:57 +02:00
parent 9a2bd7b46c
commit d11543a722

View File

@ -261,13 +261,16 @@ jobs:
# ---------------------------------------
hil-tinyusb:
needs: hil-build
name: HIL - ${{ matrix.display }}
strategy:
fail-fast: false
matrix:
include:
- runner: [ self-hosted, X64, hathach, hardware-in-the-loop ]
- display: hathach tinyusb
runner: [ self-hosted, X64, hathach, hardware-in-the-loop ]
hil_json: test/hil/tinyusb.json
- runner: [ self-hosted, Linux, X64, hifiphile ]
- display: hifiphile hfp
runner: [ self-hosted, Linux, X64, hifiphile ]
hil_json: test/hil/hfp.json
runs-on: ${{ matrix.runner }}
env: