1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-24 08:37:28 +02:00

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

View File

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