From 38eaff9d6b3d6fa82bc839c2f8778e611b13dee3 Mon Sep 17 00:00:00 2001 From: Silia Taider Date: Thu, 4 Sep 2025 12:54:35 +0200 Subject: [PATCH] [ci] Cancel pending builds on new PR push --- .github/workflows/python_wheel_build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: |