mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Do not run prerelease in CI if this is a pull request
This commit is contained in:
parent
74780528d7
commit
42293c58a5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue