workflows/.github
Jan Lindemann 964a71a86e
workflows/reusable.yaml: Add more names

Add

jobs.test.name: Packaging test - ${{ matrix.distro.name }} jobs.test.steps.name: Run packaging test on ${{ matrix.distro.name }} jobs.test.steps.uses.with.distro-name: ${{ matrix.distro.name }}

In the hope that this makes the logs look nicer.

Quoting from https://forgejo.org/docs/latest/user/actions/reference/

NOTE: if jobs.<job_id>.name is set, care must be taken that it evaluates to a unique name for each job created from the matrix, e.g. name-${{ matrix.variant }}-${{ matrix.node}} in the above example.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-03 06:08:11 +02:00
..
workflows workflows/reusable.yaml: Add more names 2026-06-03 06:08:11 +02:00