From 0229cf7541394d4f2b38eb915961f808a902cd80 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Mon, 23 Oct 2023 13:56:45 +0200 Subject: [PATCH] chore: make prepare_release action cancel a run in progress --- .github/workflows/prepare_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index 56294e2c9..2edecc52e 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -7,8 +7,8 @@ on: required: true concurrency: - group: "${{ github.ref }}-${{ github.event_name }}-${{ github.workflow }}" - cancel-in-progress: false + group: "Prepare release" + cancel-in-progress: true env: BRANCH_NAME: ${{ github.ref_name }}