From 385b96fda7504747f7c21def872b58fb122f4d8c Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Mon, 13 Jul 2026 21:19:28 +0000 Subject: [PATCH] chore(ci): move repo-specific workflows to workflows/custom/ These are repo-specific (not platform-standard) and belong in custom/ so the workflow sync never distributes/clobbers them. They still run here (Gitea Actions executes custom/). Moved: deploy-rc.yml --- .mokogitea/workflows/{ => custom}/deploy-rc.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .mokogitea/workflows/{ => custom}/deploy-rc.yml (100%) diff --git a/.mokogitea/workflows/deploy-rc.yml b/.mokogitea/workflows/custom/deploy-rc.yml similarity index 100% rename from .mokogitea/workflows/deploy-rc.yml rename to .mokogitea/workflows/custom/deploy-rc.yml -- 2.52.0