mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-06 06:05:52 -05:00
ci: fix concurrency group for push events
This commit is contained in:
parent
2f92f18b7b
commit
8a49e07b64
1 changed files with 2 additions and 2 deletions
4
.github/workflows/installer.yml
vendored
4
.github/workflows/installer.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue