From ba285db50691960bfdf535344097675b4dd21c59 Mon Sep 17 00:00:00 2001 From: Roman Dmitrienko Date: Fri, 14 Jun 2024 21:32:01 +0200 Subject: [PATCH] fix: limit cancellation to the current workflow --- .github/workflows/build-and-publish-bindings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish-bindings.yml b/.github/workflows/build-and-publish-bindings.yml index d5597c284..1dd0ca149 100644 --- a/.github/workflows/build-and-publish-bindings.yml +++ b/.github/workflows/build-and-publish-bindings.yml @@ -5,9 +5,8 @@ on: workflow_dispatch: -# Dummy comment to commit and test concurrency. concurrency: - group: ${{ github.head_ref || github.ref }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} cancel-in-progress: true env: