From 22f8b169807d4a75298651e1353d3385c0df261e Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 6 Jun 2026 17:39:29 +0200 Subject: [PATCH] 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 --- .github/workflows/test-packaging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-packaging.yaml b/.github/workflows/test-packaging.yaml index d76dfdd..6db2fb2 100644 --- a/.github/workflows/test-packaging.yaml +++ b/.github/workflows/test-packaging.yaml @@ -5,7 +5,7 @@ on: jobs: test: - name: Packaging test - ${{ matrix.distro.name }} + name: Packaging - ${{ matrix.distro.name }} runs-on: public-ci strategy: