diff --git a/.github/workflows/python_wheel_build.yml b/.github/workflows/python_wheel_build.yml index 9a2a34f54d7b5..b7c03e1cb9261 100644 --- a/.github/workflows/python_wheel_build.yml +++ b/.github/workflows/python_wheel_build.yml @@ -13,6 +13,10 @@ on: pull_request: types: [labeled] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} + cancel-in-progress: true + jobs: build-wheels: if: |