ci: make the concurrency group identifier unique once again

Otherwise we end up randomly cancelling once of the two centos_epel
jobs.

Follow-up to da637c8fca.
This commit is contained in:
Frantisek Sumsal 2022-03-07 16:18:42 +01:00 committed by Luca Boccassi
parent d48bf01636
commit 3a2f1d19d4

View file

@ -26,7 +26,7 @@ jobs:
ci:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ matrix.distro }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ matrix.distro }}-${{ matrix.release }}-${{ github.ref }}
cancel-in-progress: true
strategy:
fail-fast: false