Skip to content

Commit

Permalink
removing 'deploy needs test' for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Martin committed Dec 15, 2022
1 parent b602f8a commit 6a0286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 6a0286d

Please sign in to comment.