mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
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:
committed by
GitHub
parent
ed33e15752
commit
ad14258d2c
2
.github/workflows/hil.yml
vendored
2
.github/workflows/hil.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
gen_chunks:
|
gen_chunks:
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.pull_request.labels.*.name, 'hil_test') ||
|
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
|
name: Generate Chunks matrix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
Reference in New Issue
Block a user