From 83065f531b8d3a1026b5c499f3070147ed6fddd6 Mon Sep 17 00:00:00 2001 From: Mauricio Fierro Date: Tue, 9 Apr 2024 00:57:07 -0500 Subject: [PATCH] Only deploy if testing succeeds --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2337af2..4643c65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,7 @@ jobs: call-test: uses: ./.github/workflows/test.yml deploy: + needs: call-test name: Deploy app runs-on: ubuntu-latest steps: