mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 13:41:04 -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:
|
concurrency:
|
||||||
group: ${{ github.head_ref }}
|
group: installer-${{ github.head_ref || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue