CI: improve build naming for shared workflow
[openwrt/openwrt.git] / .github / workflows / build.yml
index 1c665cb8698c71717441715b4676cbb590e0d1da..783943badd996d60e505d577175e345b562a8402 100644 (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