We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7575fa0 commit 8ad7dd8Copy full SHA for 8ad7dd8
.github/workflows/tests_hw.yml
@@ -22,7 +22,7 @@ defaults:
22
jobs:
23
hardware-test:
24
name: Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
25
- runs-on: [arduino, "${{ inputs.chip }}"]
+ runs-on: ["${{ inputs.chip }}"]
26
env:
27
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
28
container:
0 commit comments