From: Thomas Weißschuh Date: Tue, 6 Aug 2024 21:01:57 +0000 (+0200) Subject: ci: add OpenWRT subtarget to matrix name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7e9d058ae653b9741d2cff88a231106677386a7;p=thirdparty%2Futil-linux.git ci: add OpenWRT subtarget to matrix name Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 598d11025..f48bd4715 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -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 }}