From c8e9e664e60415b1780a78e6d7158f6e97303d8a Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 18 Aug 2021 12:25:25 -0400 Subject: [PATCH] ci: make separate systest job required for merge Follow-on to PR #481. --- .github/sync-repo-settings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 0ddb512dba..f4496a15c1 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -8,6 +8,7 @@ branchProtectionRules: requiresStrictStatusChecks: true requiredStatusCheckContexts: - 'Kokoro' + - 'Kokoro system-3.8' - 'cla/google' - 'Samples - Lint' - 'Samples - Python 3.6'