From d09c94fe59749fa0919d9a5813880fb831ab8365 Mon Sep 17 00:00:00 2001 From: Benjamin Goering <171782+gobengo@users.noreply.github.com> Date: Fri, 8 Apr 2022 10:10:44 -0700 Subject: [PATCH] ci(api): temporarily make deploy-dev not need test --- .github/workflows/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 21c66d973e..6bbecbdb36 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -30,7 +30,7 @@ jobs: name: Deploy Dev if: github.event_name == 'pull_request' && github.ref != 'refs/heads/main' runs-on: ubuntu-latest - needs: test + #needs: test steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2