Skip to content

Commit 7ee158f

Browse files
committed
test
1 parent 924eaa9 commit 7ee158f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
jobs:
1616
hardware-test:
1717
name: Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
18-
runs-on: [arduino, "${{ inputs.chip }}"]
18+
#runs-on: [arduino, "${{ inputs.chip }}"]
19+
runs-on: ubuntu-latest
1920
env:
2021
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
2122
container:

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
uses: espressif/arduino-esp32/.github/workflows/hw.yml@master
7676
needs: [gen-matrix, call-build-tests]
7777
if: |
78-
github.repository == 'espressif/arduino-esp32' &&
7978
(github.event_name != 'pull_request_target' ||
8079
contains(github.event.pull_request.labels.*.name, 'hil_test'))
8180
strategy:

0 commit comments

Comments
 (0)