Skip to content

Commit

Permalink
Disable deploy and push on master (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yushkovskiy authored Aug 3, 2020
1 parent 3ad5aa4 commit 05ce088
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ jobs:
make test_e2e_pytorch
make test_e2e_tensorflow
- name: Push master
if: github.ref == 'refs/heads/master'
run: |
export GIT_TAGS="master-$(date +%Y%m%d)-$GITHUB_RUN_NUMBER"
make image_deploy
- name: Push release
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 05ce088

Please sign in to comment.