File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ matrix:
22
22
# Images used in testing PR and try-build should be run first.
23
23
- env : IMAGE=x86_64-gnu-llvm-6.0 RUST_BACKTRACE=1
24
24
name : x86_64-gnu-llvm-6.0
25
- if : type = pull_request OR branch = auto
25
+ if : branch = auto
26
26
27
27
- env : IMAGE=dist-x86_64-linux DEPLOY=1
28
28
name : dist-x86_64-linux
@@ -33,7 +33,7 @@ matrix:
33
33
# additional testing.
34
34
- env : IMAGE=dist-x86_64-linux DEPLOY_ALT=1
35
35
name : dist-x86_64-linux-alt
36
- if : branch = try OR branch = auto
36
+ if : branch = auto
37
37
38
38
- env : >
39
39
RUST_CHECK_TARGET=dist
@@ -188,7 +188,7 @@ matrix:
188
188
if : branch = auto
189
189
- env : IMAGE=dist-x86_64-musl DEPLOY=1
190
190
name : dist-x86_64-musl
191
- if : branch = auto
191
+ if : branch = try OR branch = auto
192
192
- env : IMAGE=dist-x86_64-netbsd DEPLOY=1
193
193
name : dist-x86_64-netbsd
194
194
if : branch = auto
@@ -227,7 +227,7 @@ matrix:
227
227
if : branch = auto
228
228
- env : IMAGE=mingw-check
229
229
name : mingw-check
230
- if : type = pull_request OR branch = auto
230
+ if : branch = auto
231
231
232
232
- stage : publish toolstate
233
233
if : branch = master AND type = push
You can’t perform that action at this time.
0 commit comments