From c8982b887dab6f9653e9611b6958ca3aec694503 Mon Sep 17 00:00:00 2001 From: VictorHuu Date: Fri, 12 Dec 2025 23:20:20 +0800 Subject: [PATCH] chore:cancel in-progress workflows for new commits on same PR (#4465) Signed-off-by: VictorHuu --- .github/workflows/validations.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index d63466b20..3c3a74c62 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -1,5 +1,9 @@ name: "Validations" +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + on: workflow_dispatch: pull_request: