Skip to content

Commit 8ad7dd8

Browse files
committed
ci(hw): Remove arduino label requirement
1 parent 7575fa0 commit 8ad7dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests_hw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defaults:
2222
jobs:
2323
hardware-test:
2424
name: Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
25-
runs-on: [arduino, "${{ inputs.chip }}"]
25+
runs-on: ["${{ inputs.chip }}"]
2626
env:
2727
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
2828
container:

0 commit comments

Comments
 (0)