]> git.lizzy.rs Git - rust.git/commit
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)
commit9dfec5d35b4f52d0b9653edf8e656c9a3c04f492
tree1b68ef720d5fe6532a2a118c5d1fec1f134eba28
parent319b88c463fe6f51bb6badbbd3bb97252a60f3a5
Run the tools builder on all PRs

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).
.github/workflows/ci.yml
src/ci/github-actions/ci.yml
src/ci/scripts/should-skip-this.sh