diff --git a/.github/workflows/community_ci.yml b/.github/workflows/community_ci.yml index 20704a7521d5d3..9fd2f7aef3b3a5 100644 --- a/.github/workflows/community_ci.yml +++ b/.github/workflows/community_ci.yml @@ -6,6 +6,7 @@ concurrency: # - github.head_ref is only defined on PR runs, it makes sure that the concurrency group is unique for pull requests # ensuring that only one run per pull request is active at a time. group: ${{ github.workflow }}-${{ github.head_ref }} + cancel-in-progress: true on: # The pull request target event is triggered on PR open and synchronize events.