From ffe899d4c063240a0fec2e81fb6720aa3cd319ff Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:15:25 -0600 Subject: [PATCH] Update release_pipeline.yml --- .github/workflows/release_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index b1df38d..ca77285 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -14,7 +14,7 @@ # BRIEF: Enforces Joomla repository guardrails by validating release configuration, scripts governance, and core repository health. # ============================================================================ -name: Joomla Repo Health +name: Repo Health concurrency: group: repo-health-${{ github.repository }}-${{ github.ref }}