From 6fd4578c5f4a776ee8ce1c354a0662fdce7fe9b5 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Sun, 18 Sep 2022 03:00:23 +0200 Subject: [PATCH] chore(ci): don't fail fast on matrix --- .github/workflows/installer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index e9a6baa..b1a2e16 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -15,7 +15,7 @@ on: - '**' concurrency: - group: installer-${{ github.head_ref || github.ref }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: @@ -39,6 +39,7 @@ jobs: image: windows-2022 - os: macOS image: macos-12 + fail-fast: false defaults: run: shell: bash