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]