summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-12-03 17:07:34 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2021-12-03 20:25:06 +0000
commitab9e3bfef614b5a92e1e271376bfda74c82ec707 (patch)
tree3bc569e98f55282cf2c5021ac1e6d5f8123e82c2 /.github
parent09dfd918eff33503c15e9d3a0858b3828715b104 (diff)
downloadsystemd-ab9e3bfef614b5a92e1e271376bfda74c82ec707.tar.gz
ci: consider `cryptolib` in the group identifier
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 537074c231..d4a4f3c723 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -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