Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1c714d

Browse files
committedMay 7, 2024
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)
Please sign in to comment.