From fd6df21a8eeb97e2e09422632fa50f8a96d22bbd Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Mon, 16 May 2022 11:43:45 +0200 Subject: [PATCH] workflows/hil.yml: Don't run the scheduled HIL workflow on forks. 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 c4078091f77..b63223d2542 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: