File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111111
112112 # ---------------------------------------
113113 # Build IAR on HFP self-hosted
114+ # Since IAR Token secret is not passed to forked PR, only build on PR from the same repo
114115 # ---------------------------------------
115116 arm-iar :
116117 if : github.repository_owner == 'hathach' && github.event_name == 'push'
Original file line number Diff line number Diff line change 9090 # ---------------------------------------
9191 # Hardware in the loop (HIL)
9292 # self-hosted by HFP, build with IAR toolchain, for attached hardware checkout test/hil/hfp.json
93+ # Since IAR Token secret is not passed to forked PR, only build on PR from the same repo
9394 # ---------------------------------------
9495 hil-hfp :
95- if : github.repository_owner == 'hathach'
96+ if : github.repository_owner == 'hathach' && github.event.pull_request.head.repo.fork == false
9697 runs-on : [self-hosted, Linux, X64, hifiphile]
9798 env :
9899 IAR_LMS_BEARER_TOKEN : ${{ secrets.IAR_LMS_BEARER_TOKEN }}
You can’t perform that action at this time.
0 commit comments