From fa15f3eaf3a4e4771641496b0ae50320afc30652 Mon Sep 17 00:00:00 2001 From: Wilfried Kopp Date: Thu, 28 Sep 2023 17:17:11 +0200 Subject: [PATCH] Minor fixes and rename --- .github/workflows/srtool-check.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/srtool-check.yml b/.github/workflows/srtool-check.yml index 6cf176d48b0a..b7b5567fad30 100644 --- a/.github/workflows/srtool-check.yml +++ b/.github/workflows/srtool-check.yml @@ -39,14 +39,12 @@ jobs: jq --version - - name: Find runtimes + - name: Scan runtimes id: scan-runtimes run: | . ./.github/scripts/common/lib.sh MATRIX=$(find_runtimes) echo $MATRIX - - SKIP=(kitchensink sp bp) echo "runtime=$MATRIX" >> $GITHUB_OUTPUT srtool: @@ -58,9 +56,10 @@ jobs: matrix: ${{ fromJSON(needs.find-runtimes.outputs.runtime) }} steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - with: - fetch-depth: 0 + - name: Checkout + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + with: + fetch-depth: 0 - name: Srtool build id: srtool_build