File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ matrix:
3636 CI_JOB_NAME=dist-x86_64-apple-alt
3737 os: osx
3838 osx_image: xcode9.3-moar
39+ if: branch = auto
3940
4041 # macOS builders. These are placed near the beginning because they are very
4142 # slow to run.
@@ -56,6 +57,7 @@ matrix:
5657 CI_JOB_NAME=x86_64-apple
5758 os: osx
5859 osx_image: xcode9.3-moar
60+ if: branch = auto
5961
6062 - env : >
6163 RUST_CHECK_TARGET=check
@@ -69,6 +71,7 @@ matrix:
6971 CI_JOB_NAME=i686-apple
7072 os: osx
7173 osx_image: xcode9.3-moar
74+ if: branch = auto
7275
7376 # OSX builders producing releases. These do not run the full test suite and
7477 # just produce a bunch of artifacts.
@@ -88,6 +91,7 @@ matrix:
8891 CI_JOB_NAME=dist-i686-apple
8992 os: osx
9093 osx_image: xcode9.3-moar
94+ if: branch = auto
9195
9296 - env : >
9397 RUST_CHECK_TARGET=dist
@@ -101,6 +105,7 @@ matrix:
101105 CI_JOB_NAME=dist-x86_64-apple
102106 os: osx
103107 osx_image: xcode9.3-moar
108+ if: branch = auto
104109
105110 # Linux builders, remaining docker images
106111 - env : IMAGE=arm-android
You can’t perform that action at this time.
0 commit comments