From cdec588f11ac2756039777a390dc5d35086ecba4 Mon Sep 17 00:00:00 2001 From: Benjamin DENEUX Date: Wed, 22 May 2024 08:10:40 +0200 Subject: [PATCH] ci: fix concurrency group for publish new docs version --- .github/workflows/update-versioned-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-versioned-docs.yml b/.github/workflows/update-versioned-docs.yml index aeaa02508cd..ff117a86291 100644 --- a/.github/workflows/update-versioned-docs.yml +++ b/.github/workflows/update-versioned-docs.yml @@ -1,6 +1,8 @@ name: Update versioned docs -concurrency: update-docs-${{ github.ref }} +concurrency: + group: update-docs-${{ github.ref }} + cancel-in-progress: false on: workflow_dispatch: