From 774a2d1c3800670a832f9d8ae0c89f81d48a6a3a Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 25 Oct 2025 19:38:17 -0400 Subject: [PATCH] temporarily skip build-backend stage --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 90aeaf2..6025d08 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: test-frontend: runs-on: [ci] if: false - needs: test-backend + # needs: test-backend steps: - name: Checkout code @@ -140,7 +140,7 @@ jobs: build-backend: runs-on: [ci] - # if: false + if: false # needs: [test-backend, test-frontend] # needs: [test-frontend]