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:
Jan Lindemann 2026-06-06 17:39:29 +02:00
commit 22f8b16980
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -5,7 +5,7 @@ on:
jobs:
test:
name: Packaging test - ${{ matrix.distro.name }}
name: Packaging - ${{ matrix.distro.name }}
runs-on: public-ci
strategy: