Browse Source

Fix bors hanging (#1767)

This Pull Request fixes the bors hanging we've had recently
The vm action had been removed but bors was still waiting for it

It changes the following:

- Remove 'Tests on Linux with vm enabled' from the actions to be waited for
pull/1766/head
João Borges 3 years ago
parent
commit
56cd7f38b8
  1. 2
      bors.toml

2
bors.toml

@ -1,7 +1,6 @@
# docs https://bors.tech/documentation/ # docs https://bors.tech/documentation/
status = [ status = [
"Tests on Linux", "Tests on Linux",
"Tests on Linux with vm enabled",
"Tests on Windows", "Tests on Windows",
"Tests on MacOS", "Tests on MacOS",
"Rustfmt", "Rustfmt",
@ -11,7 +10,6 @@ status = [
] ]
pr_status = [ pr_status = [
"Tests on Linux", "Tests on Linux",
"Tests on Linux with vm enabled",
"Tests on Windows", "Tests on Windows",
"Tests on MacOS", "Tests on MacOS",
"Rustfmt", "Rustfmt",

Loading…
Cancel
Save