summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-03-07 16:18:42 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2022-03-07 19:42:14 +0000
commit3a2f1d19d44e4652567c519817061c6bd9cf4455 (patch)
tree7561767c0c09c1b07bbd2723d738a41b60125347 /.github/workflows
parentd48bf01636d322443f69845da2f40bea70317c92 (diff)
downloadsystemd-3a2f1d19d44e4652567c519817061c6bd9cf4455.tar.gz
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/mkosi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 4ca2767eff..882565403c 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