From a33e7c01c5d393e5b0a284b12bbd9d501ed321c2 Mon Sep 17 00:00:00 2001 From: Kemal Akkoyun Date: Tue, 7 Nov 2023 21:05:29 +0100 Subject: [PATCH] Remove concurrency constraint Signed-off-by: Kemal Akkoyun --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3941dc6..6ddf564 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,11 +5,6 @@ on: tags: - "v*.*.*" -# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idconcurrency -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: true - permissions: contents: write discussions: write