mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-06 06:05:52 -05:00
chore(ci): don't fail fast on matrix
This commit is contained in:
parent
fb3ae6a4ee
commit
6fd4578c5f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/installer.yml
vendored
3
.github/workflows/installer.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue