From 3427f9f989f260cbf79c11c5f02618f3b8e4dce8 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Wed, 20 May 2026 01:49:52 +0000 Subject: [PATCH] fix(ci): remove concurrency block causing Gitea panic on dispatch Authored-by: Moko Consulting --- .gitea/workflows/repo-health.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/repo-health.yml b/.gitea/workflows/repo-health.yml index f513a36..b2b2dff 100644 --- a/.gitea/workflows/repo-health.yml +++ b/.gitea/workflows/repo-health.yml @@ -16,10 +16,6 @@ name: "Generic: Repo Health" -concurrency: - group: repo-health-${{ github.repository }}-${{ github.ref }} - cancel-in-progress: true - defaults: run: shell: bash -- 2.52.0