File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ matrix:
1616 if : type = pull_request OR branch = auto
1717
1818 - env : IMAGE=dist-x86_64-linux DEPLOY=1
19- if : branch = try OR branch = auto
19+ if : branch = tryx OR branch = auto
2020
2121 # "alternate" deployments, these are "nightlies" but have LLVM assertions
2222 # turned on, they're deployed to a different location primarily for
2323 # additional testing.
2424 - env : IMAGE=dist-x86_64-linux DEPLOY_ALT=1
25- if : branch = try OR branch = auto
25+ if : branch = tryx OR branch = auto
2626
2727 - env : >
2828 RUST_CHECK_TARGET=dist
@@ -169,7 +169,7 @@ matrix:
169169 - env : IMAGE=x86_64-gnu-aux
170170 if : branch = auto
171171 - env : IMAGE=x86_64-gnu-tools
172- if : branch = auto
172+ # if: branch = auto
173173 - env : IMAGE=x86_64-gnu-debug
174174 if : branch = auto
175175 - env : IMAGE=x86_64-gnu-nopt
You can’t perform that action at this time.
0 commit comments