From 70e123e1890706c36ab24214ce0f0dc533f51982 Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 21 Sep 2025 15:04:55 -0400 Subject: [PATCH] skip test jobs --- .forgejo/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 779d4c7..a39d99c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: test-backend: runs-on: [ci] - # if: false + if: false # Point all steps at the host's rootless Podman socket env: @@ -141,7 +141,7 @@ jobs: build-backend: runs-on: [ci] # if: false - needs: [test-backend, test-frontend] + # needs: [test-backend, test-frontend] # needs: [test-frontend] env: @@ -177,7 +177,7 @@ jobs: build-frontend: runs-on: [ci] # if: false - needs: [test-backend, test-frontend] + # needs: [test-backend, test-frontend] # needs: [test-frontend] env: