[openwrt/openwrt] CI: improve build naming for shared workflow

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 16 07:29:38 PST 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/819b676af05f74dc2a1e432c3972bae63d7c4495

commit 819b676af05f74dc2a1e432c3972bae63d7c4495
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Dec 8 14:59:40 2022 +0100

    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 at gmail.com>
---
 .github/workflows/build.yml    | 4 ++--
 .github/workflows/packages.yml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1c665cb869..783943badd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
 
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index 94982ba65b..0711a98677 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -25,6 +25,7 @@ permissions:
 
 jobs:
   build:
+    name: Build Packages with external toolchain
     permissions:
       contents: read
       packages: read




More information about the lede-commits mailing list