]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: make the concurrency group identifier unique once again
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 7 Mar 2022 15:18:42 +0000 (16:18 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 7 Mar 2022 19:42:14 +0000 (19:42 +0000)
Otherwise we end up randomly cancelling once of the two centos_epel
jobs.

Follow-up to da637c8fcad1baa530578982d41a6ecb1440f7c5.

.github/workflows/mkosi.yml

index 4ca2767eff6222616b91949ac4b4baad402bfeaa..882565403c99664acd29f754da0a2849e01de311 100644 (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