Update include.yml

This commit is contained in:
Igor Pečovnik
2023-02-23 10:58:01 +01:00
committed by GitHub
parent 1a3ddc17a9
commit 48a5487271

View File

@@ -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 }}"