From 6a0286daaf6985c6a9a3b6d339d13ee803be3696 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Thu, 15 Dec 2022 14:52:51 -0700 Subject: [PATCH] removing 'deploy needs test' for now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e00cc6f8..96af22d38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: deploy: name: Deploy runs-on: ubuntu-latest - needs: [ build, test ] + needs: [ build ] # Tim, Don: removing test dependency env: DOCKER_USER: ${{secrets.DOCKER_USER}} DOCKER_PUSH_REPOSITORY: ${{secrets.DOCKER_PUSH_REPOSITORY}}