From ab250fc9159de2ae377b882c94607a3135d0e183 Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 20 Sep 2025 13:16:34 -0400 Subject: [PATCH] Skip backend test stage for now to save time --- .forgejo/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 122f32b..cac9986 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: test-backend: runs-on: [ci] + if: false # Skip backend tests for now # Point all steps at the host's rootless Podman socket env: