From: Frantisek Sumsal Date: Mon, 7 Mar 2022 15:18:42 +0000 (+0100) Subject: ci: make the concurrency group identifier unique once again X-Git-Tag: v251-rc1~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2f1d19d44e4652567c519817061c6bd9cf4455;p=thirdparty%2Fsystemd.git 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 da637c8fcad1baa530578982d41a6ecb1440f7c5. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 4ca2767eff6..882565403c9 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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