Skip to content

Commit 6633e65

Browse files
committed
test
1 parent f3c9b3f commit 6633e65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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:

0 commit comments

Comments
 (0)