diff options
author | Aleksey Kladov <[email protected]> | 2020-01-14 09:56:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-14 09:56:56 +0000 |
commit | 254650ff82d2e592e992cade4c9183c326fcf974 (patch) | |
tree | 0e76a6309c2aa3ae3728e26d9b55623c59d930f3 | |
parent | d8d8c20077702b8537086d49914d02654a46ebc5 (diff) | |
parent | 196b374eb224076873583ba64e3ca681d18cd17e (diff) |
Merge pull request #2826 from matklad/dont-gate-on-windows
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 | ] |