From 5947dd27019103f4a14afe25a45650faf4e7bab2 Mon Sep 17 00:00:00 2001 From: Aaron-Hartwig Date: Tue, 10 Dec 2024 11:44:11 -0600 Subject: [PATCH] disable buildomat --- .github/buildomat/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/buildomat/config.toml b/.github/buildomat/config.toml index ba908ce5..f13a4c32 100644 --- a/.github/buildomat/config.toml +++ b/.github/buildomat/config.toml @@ -2,7 +2,7 @@ # This file, with this flag, must be present in the default branch in order for # the buildomat integration to create check suites. # -enable = true +enable = false # # Require approval for pull requests made by users outside our organisation.