Unverified Commit ad14258d authored by Abdelatif Guettouche's avatar Abdelatif Guettouche Committed by GitHub

workflows/hil.yml: Don't run the scheduled HIL workflow on forks. (#6753)

Signed-off-by: default avatarAbdelatif Guettouche <abdelatif.guettouche@espressif.com>
parent ed33e157
......@@ -18,7 +18,7 @@ jobs:
gen_chunks:
if: |
contains(github.event.pull_request.labels.*.name, 'hil_test') ||
github.event_name == 'schedule'
(github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32')
name: Generate Chunks matrix
runs-on: ubuntu-latest
outputs:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment