Skip to content

Commit

Permalink
Minor fixes and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Sep 28, 2023
1 parent 2f3a9bb commit fa15f3e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/srtool-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fa15f3e

Please sign in to comment.