File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
jobs :
16
16
hardware-test :
17
17
name : Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
18
- runs-on : [arduino, "${{ inputs.chip }}"]
18
+ # runs-on: [arduino, "${{ inputs.chip }}"]
19
+ runs-on : ubuntu-latest
19
20
env :
20
21
id : ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
21
22
container :
Original file line number Diff line number Diff line change 75
75
uses : espressif/arduino-esp32/.github/workflows/hw.yml@master
76
76
needs : [gen-matrix, call-build-tests]
77
77
if : |
78
- github.repository == 'espressif/arduino-esp32' &&
79
78
(github.event_name != 'pull_request_target' ||
80
79
contains(github.event.pull_request.labels.*.name, 'hil_test'))
81
80
strategy :
You can’t perform that action at this time.
0 commit comments