From 4c7c973150b3c4a9c947dbdd9adea714a63ef9d6 Mon Sep 17 00:00:00 2001 From: Kratos2k7 Date: Wed, 11 Mar 2026 10:12:50 +0500 Subject: [PATCH] feat: Add concurrency control to the workflow queues releases so they run one at a time --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c44375..e17f191 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,10 @@ on: push: branches: [main] +concurrency: + group: release + cancel-in-progress: false + permissions: contents: read