diff options
| author | hathach <[email protected]> | 2025-04-17 17:26:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-04-17 21:36:09 +0700 |
| commit | 46d2d4199ea31babbffff51f9eaa65eda81c659b (patch) | |
| tree | 7d68485de85de4a8e2485a2da1b2418d93fec5da /.github/workflows/hil_test.yml | |
| parent | 0220852a6e79b0ea33654f17dae56c1ca882ea60 (diff) | |
run arm-iar with non-forked PR
Diffstat (limited to '.github/workflows/hil_test.yml')
| -rw-r--r-- | .github/workflows/hil_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml index 257416213..0ad37ffce 100644 --- a/.github/workflows/hil_test.yml +++ b/.github/workflows/hil_test.yml @@ -90,7 +90,7 @@ jobs: # --------------------------------------- # Hardware in the loop (HIL) # self-hosted by HFP, build with IAR toolchain, for attached hardware checkout test/hil/hfp.json - # Since IAR Token secret is not passed to forked PR, only build on PR from the same repo + # Since IAR Token secret is not passed to forked PR, only build non-forked PR # --------------------------------------- hil-hfp: if: github.repository_owner == 'hathach' && github.event.pull_request.head.repo.fork == false |
