ci: stop previous deploy if a new one starts
This commit is contained in:
parent
7f602f029c
commit
cb2f596567
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
deploy:
|
||||
if: ${{ github.repository_owner == 'developomp' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue