Do not run prerelease in CI if this is a pull request

This commit is contained in:
Cody Soyland 2018-09-19 14:11:33 -05:00
parent 74780528d7
commit 42293c58a5

View file

@ -68,6 +68,7 @@ jobs:
docker:
- image: circleci/python:2.7-jessie
steps:
- run: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true' # Skip job if this is a PR
- *fast-checkout
- run: sudo pip install awscli
- run: make prerelease-upload