mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Don't run combine in pull requests.
This commit is contained in:
parent
5e0f185df2
commit
7744111486
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user