fdde590491
The deployed binary's WorkflowDirs scanned only .mokogitea/workflows (the temporary cutover name) plus .gitea/.github, but every repo moved its CI to the rebranded .mokogit/workflows — so those workflows were never indexed, no runs were created on push, and workflow_dispatch 404'd. Org-wide CI/deploys were down, surviving only via a temporary .gitea/workflows bridge. Set the default WorkflowDirs to [.mokogit/workflows, .gitea/workflows, .github/workflows] and drop .mokogitea/workflows entirely (fully retired). Runtime override remains available via [actions] WORKFLOW_DIRS. Once deployed, the .gitea/workflows deploy bridge can be retired. Updated Test_WorkflowDirs default expectation.