]> git.lizzy.rs Git - rust.git/commitdiff
Run the tools builder on all PRs
authorJoshua Nelson <github@jyn.dev>
Sun, 5 Feb 2023 19:53:39 +0000 (13:53 -0600)
committerJoshua Nelson <github@jyn.dev>
Sun, 5 Feb 2023 20:29:49 +0000 (14:29 -0600)
Previously, it would only run on changes to subtrees, submodules, or select directories.
That made it so that changes to the compiler that broke tools would only be detected on a full bors merge.
This makes it so the tools builder runs by default, making it easier to catch breaking changes to clippy (which was the most effected).


No differences found