Skip to content

Commit 669e354

Browse files
committed
Disable nightly rust checks for bors (#3427)
This is a temporary measure while we wait for rust-lang/rust#92163 to be resolved.
1 parent 79d36e7 commit 669e354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/bors.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ status = [
22
"build (stable, windows-latest)",
33
"build (stable, ubuntu-latest)",
44
"build (stable, macos-latest)",
5-
"build (nightly, ubuntu-latest)",
5+
# "build (nightly, ubuntu-latest)",
66
"build-wasm (stable, ubuntu-latest)",
7-
"build-wasm (nightly, ubuntu-latest)",
7+
# "build-wasm (nightly, ubuntu-latest)",
88
"build-android",
99
"markdownlint",
1010
"check-markdown-links",
1111
"run-examples",
1212
"check-doc",
1313
"check-missing-examples-in-docs",
14-
"check-unused-dependencies",
14+
# "check-unused-dependencies",
1515
"ci",
1616
"check-benches",
1717
]

0 commit comments

Comments
 (0)