Skip to content

Commit 6fd4578

Browse files
mkniewallnerneersighted
authored andcommitted
chore(ci): don't fail fast on matrix
1 parent fb3ae6a commit 6fd4578

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/installer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '**'
1616

1717
concurrency:
18-
group: installer-${{ github.head_ref || github.ref }}
18+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1919
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2020

2121
jobs:
@@ -39,6 +39,7 @@ jobs:
3939
image: windows-2022
4040
- os: macOS
4141
image: macos-12
42+
fail-fast: false
4243
defaults:
4344
run:
4445
shell: bash

0 commit comments

Comments
 (0)