From 2f0ba58ee83d484e13a11f76a9bdc6cb923216b4 Mon Sep 17 00:00:00 2001 From: Kratos2k7 Date: Wed, 11 Mar 2026 10:13:28 +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 c09c5c6..c1bf5ad 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