Don't run combine in pull requests.

This commit is contained in:
Elliot Glaysher 2020-06-23 14:29:36 -07:00
parent 5e0f185df2
commit 7744111486

View File

@ -1,6 +1,9 @@
stages:
- compile
- combine
# Don't run the combine stage in pull requests, because deploy is disabled there.
- name: combine
if: env(TRAVIS_PULL_REQUEST) = false
jobs:
include:
- stage: compile