From b2f1cec37e9b8a8c8b4ae3af23fd2d7ed7181f02 Mon Sep 17 00:00:00 2001 From: Yonas Tewabe Date: Wed, 17 Jun 2026 12:25:33 +0300 Subject: [PATCH] Remove concurrency settings from deploy.yml Removed concurrency settings from the deploy workflow. --- .github/workflows/deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a819f7939..67ec7808a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,10 +10,6 @@ on: permissions: contents: read -concurrency: - group: deploy-${{ github.ref_name }} - cancel-in-progress: true - jobs: detect-changes: name: Detect changed services