Skip to content

Commit fe20ae0

Browse files
committed
Update hil.yml
1 parent bddf692 commit fe20ae0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/hil.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Run tests
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, reopened, synchronize, labeled]
66

77
schedule:
@@ -10,15 +10,14 @@ on:
1010
env:
1111
MAX_CHUNKS: 15
1212
WOKWI_TIMEOUT: 120000 # Milliseconds
13-
WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
1413

1514
concurrency:
1615
group: hil-${{github.event.pull_request.number || github.ref}}
1716
cancel-in-progress: true
1817

1918
jobs:
2019
gen_chunks:
21-
if: github.repository == 'espressif/arduino-esp32'
20+
if: github.repository == 'espressif/arduino-esp32' || contains(github.event.pull_request.labels.*.name, 'run_tests')
2221
name: Generate Chunks matrix
2322
runs-on: ubuntu-latest
2423
outputs:

0 commit comments

Comments
 (0)