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

ci: fix concurrency group for push events

This commit is contained in:
Bjorn Neergaard 2021-11-20 18:36:48 -07:00
parent 2f92f18b7b
commit 8a49e07b64

View file

@ -15,8 +15,8 @@ on:
- '**'
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
group: installer-${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
default: