From: Frantisek Sumsal Date: Wed, 10 Nov 2021 19:15:41 +0000 (+0100) Subject: ci: take CIFuzz's matrix into consideration X-Git-Tag: v250-rc1~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b212f3596d03f8e1025cd151d17f9a82433844a;p=thirdparty%2Fsystemd.git ci: take CIFuzz's matrix into consideration Otherwise the jobs will try to cancel each other out. Follow-up to 3884837610168e6fb69fc2d5709f6c017a30beb9. --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 2053c11a0fb..730bf9d8e65 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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