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

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2022-05-16 19:56:31 +02:00
committed by GitHub
parent ed33e15752
commit ad14258d2c

View File

@ -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: