From a7cf6b4b502dde44053fd29afd5377d35477b972 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 28 Aug 2026 13:08:18 -0400 Subject: [PATCH] ci: fixes subsequent runs of promotion workflow --- .github/workflows/promote-shipped-apis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/promote-shipped-apis.yml b/.github/workflows/promote-shipped-apis.yml index ea0cd692e..613979112 100644 --- a/.github/workflows/promote-shipped-apis.yml +++ b/.github/workflows/promote-shipped-apis.yml @@ -7,6 +7,10 @@ on: - support/v2 workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: false + jobs: promote-apis: runs-on: ubuntu-latest