From 4cdc8c5c6adb0bb96c1bb87f300d7ffdb68157a3 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 28 Aug 2026 13:40:11 -0400 Subject: [PATCH] ci: fixes subsequent runs of promotion workflow (#3057) --- .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 569a73905..ce08e430e 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