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:
36
36
CI_JOB_NAME=dist-x86_64-apple-alt
37
37
os: osx
38
38
osx_image: xcode9.3-moar
39
+ if: branch = auto
39
40
40
41
# macOS builders. These are placed near the beginning because they are very
41
42
# slow to run.
@@ -56,6 +57,7 @@ matrix:
56
57
CI_JOB_NAME=x86_64-apple
57
58
os: osx
58
59
osx_image: xcode9.3-moar
60
+ if: branch = auto
59
61
60
62
- env : >
61
63
RUST_CHECK_TARGET=check
@@ -69,6 +71,7 @@ matrix:
69
71
CI_JOB_NAME=i686-apple
70
72
os: osx
71
73
osx_image: xcode9.3-moar
74
+ if: branch = auto
72
75
73
76
# OSX builders producing releases. These do not run the full test suite and
74
77
# just produce a bunch of artifacts.
@@ -88,6 +91,7 @@ matrix:
88
91
CI_JOB_NAME=dist-i686-apple
89
92
os: osx
90
93
osx_image: xcode9.3-moar
94
+ if: branch = auto
91
95
92
96
- env : >
93
97
RUST_CHECK_TARGET=dist
@@ -101,6 +105,7 @@ matrix:
101
105
CI_JOB_NAME=dist-x86_64-apple
102
106
os: osx
103
107
osx_image: xcode9.3-moar
108
+ if: branch = auto
104
109
105
110
# Linux builders, remaining docker images
106
111
- env : IMAGE=arm-android
You can’t perform that action at this time.
0 commit comments