Skip to content

Commit b1c714d

Browse files
committed
ci(wokwi): run wokwi tests without label
1 parent 186e17e commit b1c714d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hil.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ concurrency:
1919
jobs:
2020
gen_chunks:
2121
if: |
22-
contains(github.event.pull_request.labels.*.name, 'hil_test') ||
23-
contains(github.event.pull_request.labels.*.name, 'perf_test') ||
22+
github.event_name == 'pull_request' ||
2423
(github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32')
2524
name: Generate Chunks matrix
2625
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)