From 2559ec0943aaf9a42b634cfbfef1b689041c4270 Mon Sep 17 00:00:00 2001 From: sheldonhull Date: Tue, 23 Jan 2024 12:08:45 +0100 Subject: [PATCH] ci(composite-release): remove concurrency check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was causing constant cancels because I did something wrong I guess. 😉 --- .github/workflows/release-composite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-composite.yml b/.github/workflows/release-composite.yml index 5a5fab6..01152a1 100644 --- a/.github/workflows/release-composite.yml +++ b/.github/workflows/release-composite.yml @@ -8,9 +8,9 @@ on: paths: [CHANGELOG.md] # your changelog file if different workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ github.action }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-${{ github.ref }}-${{ github.action }} +# cancel-in-progress: true permissions: pull-requests: write