ci: stop previous deploy if a new one starts

This commit is contained in:
Kim, Jimin 2023-07-09 10:25:26 +09:00
parent 7f602f029c
commit cb2f596567

View file

@ -5,6 +5,9 @@ on:
push: push:
branches: branches:
- master - master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: jobs:
deploy: deploy:
if: ${{ github.repository_owner == 'developomp' }} if: ${{ github.repository_owner == 'developomp' }}