Skip to content

Commit

Permalink
Merge pull request #14284 from omoerbeek/gh-build-pkg-title
Browse files Browse the repository at this point in the history
Provide a more descriptive title for builds and leave out redundant "build"
  • Loading branch information
omoerbeek authored Jun 5, 2024
2 parents 9cae233 + 5b41985 commit 6012ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6012ba6

Please sign in to comment.