summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-11-06 22:39:09 +0700
committerhathach <[email protected]>2022-11-06 22:39:09 +0700
commita0dc9008a7c125b3f5e3b0bc565a06cce3d83863 (patch)
treee429120514e61e52e82c558ca7ef35712e5ca008
parent5d13eb8e7a715b3dd02ef485808d82145870b90c (diff)
remove trigger hardware step
-rw-r--r--.github/workflows/build_arm.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 00de92fa6..4d513d7ba 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -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