]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: add OpenWRT subtarget to matrix name
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 6 Aug 2024 21:01:57 +0000 (23:01 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 28 Apr 2025 20:26:45 +0000 (22:26 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index 598d11025e42b509eced60f39958d93845d5c4c1..f48bd47155ed8f82c2f4ddb8d7c34737150b2aa7 100644 (file)
@@ -183,7 +183,7 @@ jobs:
             .github/workflows/cibuild.sh CHECK
 
   build-openwrt:
-    name: build (openwrt, ${{ matrix.target }})
+    name: build (openwrt, ${{ matrix.target }}/${{ matrix.subtarget}})
     runs-on: ubuntu-latest
     concurrency:
       group: ${{ github.workflow }}-${{ toJSON(matrix) }}-${{ github.ref }}