From f70528c4fe6145a0791fb668c116fc68aa7f7e3b Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar Date: Thu, 19 Feb 2026 09:58:11 +0100 Subject: [PATCH] fix(ci): removed build and changelog --- .gitea/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d768d9f..5d3311f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -95,20 +95,3 @@ jobs: - name: Run tests (web) run: cargo test --features web --no-default-features - # --------------------------------------------------------------------------- - # Stage 3: Deploy (only after tests pass, only on main) - # --------------------------------------------------------------------------- - deploy: - name: Deploy - runs-on: docker - needs: [test] - if: github.ref == 'refs/heads/main' - container: - image: alpine:latest - steps: - - name: Trigger Coolify deploy - run: | - apk add --no-cache curl - curl -sf "${{ secrets.COOLIFY_WEBHOOK }}" \ - -H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}" -