From 702ab28c667348990b98d77014d3cda76649fe53 Mon Sep 17 00:00:00 2001 From: dynobo Date: Fri, 5 Jan 2024 00:19:36 +0100 Subject: [PATCH] cicd: do not use group cancelation for release workflow --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d099cd59..76730acf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,10 +9,6 @@ on: types: - completed -concurrency: - group: cicd-${{ github.ref }} - cancel-in-progress: true - jobs: debug: name: Workflow debug info