]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: consider `cryptolib` in the group identifier
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 3 Dec 2021 16:07:34 +0000 (17:07 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 3 Dec 2021 20:25:06 +0000 (20:25 +0000)
otherwise we end up with more than one job with the same identifier in
one run, causing some of them to get cancelled unexpectedly.

A quick follow-up to 85bd394df57fe45c2873605e2c1d1d79e83e853d.

.github/workflows/unit_tests.yml

index 537074c231fdba635566b4d5629e14c3db9f229e..d4a4f3c7234008857714f6881080d10452704caf 100644 (file)
@@ -16,7 +16,7 @@ jobs:
   build:
     runs-on: ubuntu-20.04
     concurrency:
-      group: ${{ github.workflow }}-${{ matrix.run_phase }}-${{ github.ref }}
+      group: ${{ github.workflow }}-${{ matrix.run_phase }}-${{ matrix.cryptolib }}-${{ github.ref }}
       cancel-in-progress: true
     strategy:
       fail-fast: false