]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: take CIFuzz's matrix into consideration
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 10 Nov 2021 19:15:41 +0000 (20:15 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 10 Nov 2021 20:44:24 +0000 (20:44 +0000)
Otherwise the jobs will try to cancel each other out.

Follow-up to 3884837610168e6fb69fc2d5709f6c017a30beb9.

.github/workflows/cifuzz.yml

index 2053c11a0fb72003ca4d54725d2969f3cdf0d290..730bf9d8e659bab740e89c5c34490cd8ae850832 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     runs-on: ubuntu-latest
     if: github.repository == 'systemd/systemd'
     concurrency:
-      group: ${{ github.workflow }}-${{ github.ref }}
+      group: ${{ github.workflow }}-${{ matrix.sanitizer }}-${{ github.ref }}
       cancel-in-progress: true
     strategy:
       fail-fast: false