From 48a54872718fc13c0d31683ba2254554923061d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 23 Feb 2023 10:58:01 +0100 Subject: [PATCH] Update include.yml --- .github/workflows/include.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}"