diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cdde37992..9c07d00241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ on: - main - release-* pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }} + cancel-in-progress: true + jobs: test_ci: runs-on: ubuntu-latest