From 48b0e67c5f4f6de78afd462a803c4c7c1b4dde14 Mon Sep 17 00:00:00 2001 From: Aaron Hartwig Date: Tue, 10 Dec 2024 12:42:32 -0600 Subject: [PATCH] disable buildomat (#251) --- .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.