From 6c1d2b50bd6d29dabdcc56a48c8b164db5e0738f Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Mon, 13 Jul 2026 21:19:56 +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-manual.yml --- .mokogitea/workflows/{ => custom}/deploy-manual.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .mokogitea/workflows/{ => custom}/deploy-manual.yml (100%) diff --git a/.mokogitea/workflows/deploy-manual.yml b/.mokogitea/workflows/custom/deploy-manual.yml similarity index 100% rename from .mokogitea/workflows/deploy-manual.yml rename to .mokogitea/workflows/custom/deploy-manual.yml -- 2.52.0