From f63f6c613d1d33f763649123e8c661dc0f2718fa Mon Sep 17 00:00:00 2001 From: Savannah Savings Date: Thu, 21 May 2026 18:54:46 +0000 Subject: [PATCH] chore: move workflows from .github to .gitea Part of Gitea migration (CAR-900 / CAR-894). Co-Authored-By: Paperclip --- {.github => .gitea}/workflows/ci.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.github => .gitea}/workflows/ci.yml (100%) diff --git a/.github/workflows/ci.yml b/.gitea/workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yml rename to .gitea/workflows/ci.yml -- 2.52.0