diff options
author | Aleksey Kladov <[email protected]> | 2020-01-13 17:06:10 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-13 17:06:10 +0000 |
commit | 196b374eb224076873583ba64e3ca681d18cd17e (patch) | |
tree | 1780c2707883e606a8378703e158fb4ffb8debdf | |
parent | 5621f90071f576a8989cd09f98eb0fc6c9b7a612 (diff) |
Dont gate PRs on windows build
-rw-r--r-- | bors.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | status = [ | 1 | status = [ |
2 | "Rust (ubuntu-latest)", | 2 | "Rust (ubuntu-latest)", |
3 | "Rust (windows-latest)", | 3 | # "Rust (windows-latest)", |
4 | "Rust (macos-latest)", | 4 | "Rust (macos-latest)", |
5 | "TypeScript" | 5 | "TypeScript" |
6 | ] | 6 | ] |