diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a951b6..0c8353c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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' }}