Skip to content

Commit

Permalink
Merge pull request #360 from jhu-idc/fix-test-dependency-for-deploy
Browse files Browse the repository at this point in the history
removing 'deploy needs test' for now
  • Loading branch information
springstim committed Dec 15, 2022
2 parents b602f8a + 6a0286d commit 2debe17
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 2debe17

Please sign in to comment.