diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index 76c599a..2433bc1 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -46,8 +46,8 @@ jobs: fail-fast: false # let other jobs try to complete if one fails matrix: include: ${{ fromJSON(needs.prepare.outputs.matrix) }} - - runs-on: "${{ matrix.runner }}" + + runs-on: "[ ${{ inputs.runner }} ]" name: "${{ matrix.board }} ${{ matrix.branch }}"