From c9effb42d7bbe8346bbb8110961c1e3640a69c23 Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 24 Jan 2024 16:52:21 +0000 Subject: make arch CI non-required (#789) The arch github action seems to not work at all. For now, just remove it from the required checks; later, if there's no progress, we can remove it altogether. Signed-off-by: John Levon --- .github/settings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 01c96ff..d92683e 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -110,7 +110,6 @@ branches: - fedora-35 - debian-11 - debian-12 - - arch-202307 # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. enforce_admins: true # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. -- cgit v1.1