Skip to content

Commit 9828ba8

Browse files
committed
Add src/bootstrap to if-unchanged allowed paths
1 parent bd340a8 commit 9828ba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
4848
":!src/rustdoc-json-types",
4949
":!tests",
5050
":!triagebot.toml",
51+
":!src/bootstrap", // lol, lmao
5152
];
5253

5354
macro_rules! check_ci_llvm {

0 commit comments

Comments
 (0)