From 56cd7f38b89599c5d32841f4855f4c648142d17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Borges?= Date: Fri, 31 Dec 2021 16:50:45 +0000 Subject: [PATCH] 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 --- bors.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bors.toml b/bors.toml index 7dfa104d56..c16f2d13b6 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,6 @@ # docs https://bors.tech/documentation/ status = [ "Tests on Linux", - "Tests on Linux with vm enabled", "Tests on Windows", "Tests on MacOS", "Rustfmt", @@ -11,7 +10,6 @@ status = [ ] pr_status = [ "Tests on Linux", - "Tests on Linux with vm enabled", "Tests on Windows", "Tests on MacOS", "Rustfmt",