1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-13 13:17:11 -04:00

chore(ci): don't fail fast on matrix

This commit is contained in:
Mathieu Kniewallner 2022-09-18 03:00:23 +02:00 committed by Bjorn Neergaard
parent fb3ae6a4ee
commit 6fd4578c5f

View file

@ -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