From 1e9339642f964b540d6e6a78c4b60764be6ca625 Mon Sep 17 00:00:00 2001 From: philipp Date: Sat, 18 Nov 2023 22:36:13 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 90c8d71..f35907d 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -39,7 +39,7 @@ jobs: deploy-staging: runs-on: ubuntu-latest container: rust:latest - needs: [build, test] + needs: [test] if: github.ref == 'refs/heads/staging' steps: - name: Setup Environment @@ -74,7 +74,7 @@ jobs: deploy-main: runs-on: ubuntu-latest container: rust:latest - needs: [build, test] + needs: [test] if: github.ref == 'refs/heads/main' steps: - name: Setup Environment