From 87834fd5e1a16d51c3da991b8bb4f1286fb7d9ca Mon Sep 17 00:00:00 2001 From: nicoo Date: Mon, 17 May 2021 20:37:26 +0200 Subject: [PATCH] Disable the GNU tests in CI Those are routinely broken on `master` and should not be run as part of CI until they are fixed. Broken CI is worse than no CI, as it teaches people to ignore errors. --- .github/workflows/GNU.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/GNU.yml b/.github/workflows/GNU.yml index a68f0a08382..7e16b4eea27 100644 --- a/.github/workflows/GNU.yml +++ b/.github/workflows/GNU.yml @@ -1,6 +1,7 @@ name: GNU -on: [push, pull_request] +# on: [push, pull_request] +on: [] jobs: gnu: