diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 79312e9..dc13e3e 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -3,6 +3,10 @@ on: pull_request: types: [opened, synchronize, reopened] +concurrency: + group: ci-pipeline-${{ github.head_ref }} + cancel-in-progress: true + jobs: setup: runs-on: ubuntu-latest