mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
disable bors check on android (#2513)
# 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?
This commit is contained in:
parent
0c62b28d6d
commit
2c28331297
1 changed files with 0 additions and 1 deletions
1
.github/bors.toml
vendored
1
.github/bors.toml
vendored
|
@ -5,7 +5,6 @@ status = [
|
|||
"build (nightly, ubuntu-latest)",
|
||||
"build-wasm (stable, ubuntu-latest)",
|
||||
"build-wasm (nightly, ubuntu-latest)",
|
||||
"build-android",
|
||||
"markdownlint",
|
||||
"check-markdown-links",
|
||||
"run-examples",
|
||||
|
|
Loading…
Reference in a new issue