From 710a5e1eb58c43c33dc8856cf05542796dfa00c7 Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 19 Oct 2023 13:58:22 +0200 Subject: [PATCH] fix status check Signed-off-by: cpanato --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index b987f0b8cf4..e90d31adc0c 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -81,7 +81,7 @@ branch-protection: charts: required_status_checks: contexts: - - "Test Charts / test" + - "Test Charts / test (pull_request)" branches: master: protect: true