Skip to content

Commit

Permalink
workflows/hil.yml: Don't run the scheduled HIL workflow on forks. (#6753
Browse files Browse the repository at this point in the history
)

Signed-off-by: Abdelatif Guettouche <[email protected]>
  • Loading branch information
Ouss4 authored May 16, 2022
1 parent ed33e15 commit ad14258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad14258

Please sign in to comment.