From bac4c5648582c3bf8455e520d01f68c07fc01920 Mon Sep 17 00:00:00 2001 From: woutervermeer Date: Sun, 8 Mar 2026 14:23:03 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f14376c..882e413 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,7 +9,6 @@ on: jobs: deploy: runs-on: ubuntu-latest - needs: tests # require tests to pass steps: - uses: actions/checkout@v3