diff options
| author | Joshua Nelson <github@jyn.dev> | 2023-02-05 13:53:39 -0600 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2023-02-05 14:29:49 -0600 |
| commit | 9dfec5d35b4f52d0b9653edf8e656c9a3c04f492 (patch) | |
| tree | 1b68ef720d5fe6532a2a118c5d1fec1f134eba28 /src/ci/github-actions | |
| parent | 319b88c463fe6f51bb6badbbd3bb97252a60f3a5 (diff) | |
| download | rust-9dfec5d35b4f52d0b9653edf8e656c9a3c04f492.tar.gz rust-9dfec5d35b4f52d0b9653edf8e656c9a3c04f492.zip | |
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).
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index c0a1341ebca..3c128c0ca25 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -307,8 +307,6 @@ jobs: - name: x86_64-gnu-tools <<: *job-linux-xl tidy: false - env: - CI_ONLY_WHEN_SUBMODULES_CHANGED: 1 auto: permissions: |
