From 9c6ef6893429cc81c4fb70bb2eff19f34d1bfc22 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 28 Jun 2026 12:17:33 -0400 Subject: [PATCH] [ci] Only deploy if ci passes --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 85ee95bc..a357ea8f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: npm test deploy: - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' && needs.test.result == 'success' runs-on: ubuntu-latest needs: test steps: