mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 14:10:19 +00:00
2c28331297
# Objective - CI is failing because of an android issue - This is blocking bors ## Solution - Bors can ignore android failures - Keep android job in CI to check its status I'm not android enough to debug this one, this is a temp fix until someone knows how to fix it or it get fixed by itself with updates?
17 lines
463 B
TOML
17 lines
463 B
TOML
status = [
|
|
"build (stable, windows-latest)",
|
|
"build (stable, ubuntu-latest)",
|
|
"build (stable, macos-latest)",
|
|
"build (nightly, ubuntu-latest)",
|
|
"build-wasm (stable, ubuntu-latest)",
|
|
"build-wasm (nightly, ubuntu-latest)",
|
|
"markdownlint",
|
|
"check-markdown-links",
|
|
"run-examples",
|
|
"check-doc",
|
|
"check-missing-examples-in-docs",
|
|
"check-unused-dependencies",
|
|
]
|
|
|
|
use_squash_merge = true
|
|
block_labels = ["S-Pre-Relicense"]
|