GHA: preserve .rpm job names

This commit is contained in:
Alexander A. Klimov 2022-03-01 15:37:38 +01:00
parent b6d22345f2
commit 3c75e09e99
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
rpm:
name: .rpm
name: .rpm (${{ matrix.distro.name }}, ${{ matrix.distro.release }})
strategy:
fail-fast: false