From c1c170afb3c49141f67a8e6e1ffa93653b7e0fc5 Mon Sep 17 00:00:00 2001 From: Rodrigo Almeida Date: Wed, 4 May 2022 16:41:50 +0200 Subject: [PATCH] Require tests before test deploy --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index a5785f8f..61880a64 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -77,6 +77,7 @@ jobs: name: Deploy [TEST] runs-on: ubuntu-latest environment: test + needs: [tests] if: github.event_name == 'workflow_dispatch' steps: - uses: actions/checkout@v2