Skip to content

Commit

Permalink
Disable deploy shard for PR (pantsbuild#6709)
Browse files Browse the repository at this point in the history
  • Loading branch information
wisechengyi authored Nov 1, 2018
1 parent ac3a3a7 commit 3159a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stages:
- name: &build_stable Deploy Pants Pex
if: tag IS present AND tag =~ ^release_.*$
- name: &build_unstable Deploy Pants Pex Unstable
if: tag IS NOT present
if: tag IS NOT present AND type != pull_request

default_test_config: &default_test_config
os: linux
Expand Down

0 comments on commit 3159a0d

Please sign in to comment.