From 870dcd3b1c7e5a619660db8731c7e55dcd162d7e Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 21 Sep 2025 11:47:13 -0400 Subject: [PATCH] temporarily enable full CI pipeline --- .forgejo/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index f0c776e..4f63135 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: @@ -128,8 +128,8 @@ jobs: test-frontend: runs-on: [ci] - if: false - #needs: test-backend + # if: false + needs: test-backend steps: - name: Checkout code @@ -140,9 +140,9 @@ jobs: build-backend: runs-on: [ci] - if: false - #needs: [test-backend, test-frontend] - needs: [test-frontend] + # if: false + needs: [test-backend, test-frontend] + # needs: [test-frontend] env: CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock @@ -176,9 +176,9 @@ jobs: build-frontend: runs-on: [ci] - if: false - #needs: [test-backend, test-frontend] - needs: [test-frontend] + # if: false + needs: [test-backend, test-frontend] + # needs: [test-frontend] env: CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock @@ -213,7 +213,7 @@ jobs: deploy-prod: runs-on: [prod] # needs: [build-frontend] - #needs: [build-backend, build-frontend] + needs: [build-backend, build-frontend] env: CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock