]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Provide a more descriptive title for builds and leave out redundant "build" 14284/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Jun 2024 11:22:44 +0000 (13:22 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Jun 2024 11:22:44 +0000 (13:22 +0200)
.github/workflows/build-packages.yml

index 0d755826d0397753502f38b908ab2214327992fb..9fd3a1c751fad6a6f7481777f7f15a1104b4c8d9 100644 (file)
@@ -60,7 +60,7 @@ jobs:
         run: echo "oslist=$(jo -a ${{ inputs.os }})" >> "$GITHUB_OUTPUT"
   build:
     needs: prepare
-    name: build ${{ inputs.product }} (${{ inputs.ref }}) for ${{ matrix.os }}
+    name: ${{ inputs.product }} (${{ inputs.ref }}) on ${{ matrix.runner-os }} for ${{ matrix.os }}
     runs-on: ${{ matrix.runner-os }}
     strategy:
       matrix: