mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
remove trigger hardware step
This commit is contained in:
parent
5d13eb8e7a
commit
a0dc9008a7
10
.github/workflows/build_arm.yml
vendored
10
.github/workflows/build_arm.yml
vendored
@ -121,11 +121,11 @@ jobs:
|
||||
path: |
|
||||
*.elf
|
||||
|
||||
- name: Trigger Hardware Test
|
||||
if: matrix.family == 'rp2040' && github.repository_owner == 'hathach'
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
run: gh workflow run test_hardware.yml -r $GITHUB_REF
|
||||
# - name: Trigger Hardware Test
|
||||
# if: matrix.family == 'rp2040' && github.repository_owner == 'hathach'
|
||||
# env:
|
||||
# GH_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
# run: gh workflow run test_hardware.yml -r $GITHUB_REF
|
||||
|
||||
# ---------------------------------------
|
||||
# Build all no-family (orphaned) boards
|
||||
|
Loading…
x
Reference in New Issue
Block a user