We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed33e15 commit ad14258Copy full SHA for ad14258
.github/workflows/hil.yml
@@ -18,7 +18,7 @@ jobs:
18
gen_chunks:
19
if: |
20
contains(github.event.pull_request.labels.*.name, 'hil_test') ||
21
- github.event_name == 'schedule'
+ (github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32')
22
name: Generate Chunks matrix
23
runs-on: ubuntu-latest
24
outputs:
0 commit comments