test-packaging.yaml: Shorten job name
jobs.test.name gets shown in the UI in full glory, and the boilerplate "Packaging test - " squeezes the name of the distribution over the right edge of the popup. Try to shorten that a little.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ccf2c560a8
commit
22f8b16980
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-packaging.yaml
vendored
2
.github/workflows/test-packaging.yaml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
name: Packaging test - ${{ matrix.distro.name }}
|
||||
name: Packaging - ${{ matrix.distro.name }}
|
||||
runs-on: public-ci
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue