From 1a71e4f2cb8b56564b4507fece85b930434e9c60 Mon Sep 17 00:00:00 2001 From: UrsaDK Date: Thu, 7 May 2020 13:27:42 +0200 Subject: [PATCH] Updated required status checks --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 905cfa0..e4e1a39 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -36,6 +36,6 @@ branches: required_pull_request_reviews: null required_status_checks: strict: true - contexts: ['CI pipeline', 'codecov/patch', 'codecov/project'] + contexts: ['build', 'codecov/patch', 'codecov/project'] enforce_admins: true restrictions: null