mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 13:41:04 -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:
|
concurrency:
|
||||||
group: installer-${{ github.head_ref || github.ref }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
||||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -39,6 +39,7 @@ jobs:
|
||||||
image: windows-2022
|
image: windows-2022
|
||||||
- os: macOS
|
- os: macOS
|
||||||
image: macos-12
|
image: macos-12
|
||||||
|
fail-fast: false
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue