From ad14258d2cb881b243f0c477894713dd78c1939e Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Mon, 16 May 2022 19:56:31 +0200 Subject: [PATCH] workflows/hil.yml: Don't run the scheduled HIL workflow on forks. (#6753) Signed-off-by: Abdelatif Guettouche --- .github/workflows/hil.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index c4078091..b63223d2 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -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: