From b365c7d5c4ea2c214fbd47304149c65af864e56b Mon Sep 17 00:00:00 2001 From: Christoph Barbian Date: Thu, 6 Jul 2023 18:27:02 +0200 Subject: [PATCH] publish workflow: remove concurrency setting --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b817c04..2d3dcd9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,8 @@ on: branches: - main -concurrency: publish + # note: we do not use any concurrency here, in order to avoid queued release workflows being cancelled by + # higher priority push/pull_request workflows env: REGCTL_VERSION: v0.4.8