mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
e0a8087408
# Objective - After a few recent failures, nightly in CI seems too costly to keep ## Solution - remove from CI/bors
20 lines
457 B
TOML
20 lines
457 B
TOML
status = [
|
|
"build (windows-latest)",
|
|
"build (ubuntu-latest)",
|
|
"build (macos-latest)",
|
|
"build-wasm",
|
|
"build-android",
|
|
"markdownlint",
|
|
"run-examples",
|
|
"run-examples-on-wasm",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
# "check-unused-dependencies",
|
|
"ci",
|
|
"check-compiles",
|
|
"build-and-install-on-iOS",
|
|
"run-examples-on-windows-dx12",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|