From 3a2f1d19d44e4652567c519817061c6bd9cf4455 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 7 Mar 2022 16:18:42 +0100 Subject: [PATCH] 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. --- .github/workflows/mkosi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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