CI: improve build naming for shared workflow

Impove build naming for build shared workflow to better understand what
is being test.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2022-12-08 14:59:40 +01:00
parent d9e1362581
commit 819b676af0
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ permissions:
jobs: jobs:
setup_build: setup_build:
name: Setup build name: Setup build ${{ inputs.target }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
owner_lc: ${{ steps.lower_owner.outputs.owner_lc }} owner_lc: ${{ steps.lower_owner.outputs.owner_lc }}
@ -80,7 +80,7 @@ jobs:
echo "container_tag=$CONTAINER_TAG" >> $GITHUB_OUTPUT echo "container_tag=$CONTAINER_TAG" >> $GITHUB_OUTPUT
build: build:
name: Build with external toolchain name: Build ${{ inputs.target }}
needs: setup_build needs: setup_build
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -25,6 +25,7 @@ permissions:
jobs: jobs:
build: build:
name: Build Packages with external toolchain
permissions: permissions:
contents: read contents: read
packages: read packages: read