diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5f1517744..7811d8e09 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,6 +42,11 @@ on: branches: - master +# Cancel previous workflows on the same pull request +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + # jobs define the steps that will be executed on the runner jobs: