Run x86_64-gnu-tools job for "update cargo" PRs since cargo can break RLS.
This commit is contained in:
parent
8c20adddbc
commit
9dfc98ff17
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ matrix:
|
||||||
- env: IMAGE=x86_64-gnu-aux
|
- env: IMAGE=x86_64-gnu-aux
|
||||||
if: branch = auto
|
if: branch = auto
|
||||||
- env: IMAGE=x86_64-gnu-tools
|
- env: IMAGE=x86_64-gnu-tools
|
||||||
if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri)\b)/)
|
if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri|cargo)\b)/)
|
||||||
- env: IMAGE=x86_64-gnu-debug
|
- env: IMAGE=x86_64-gnu-debug
|
||||||
if: branch = auto
|
if: branch = auto
|
||||||
- env: IMAGE=x86_64-gnu-nopt
|
- env: IMAGE=x86_64-gnu-nopt
|
||||||
|
|
Loading…
Add table
Reference in a new issue