diff --git a/.github/workflows/cleanup_pr.yml b/.github/workflows/cleanup_pr.yml index 9083237a044..f8f0bf392f0 100644 --- a/.github/workflows/cleanup_pr.yml +++ b/.github/workflows/cleanup_pr.yml @@ -4,6 +4,10 @@ on: pull_request: types: [closed] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: cleanup: runs-on: ubuntu-latest