From 06315f2b47ffe1407029582fe40da53ee3f463b9 Mon Sep 17 00:00:00 2001 From: Nicolas Bender Date: Fri, 20 Mar 2026 13:28:37 +0100 Subject: [PATCH] Require running CATS for kind-deployment Co-authored-by: Johannes Dillmann --- orgs/branchprotection.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/orgs/branchprotection.yml b/orgs/branchprotection.yml index 3c9d2832f..b3f7e3014 100644 --- a/orgs/branchprotection.yml +++ b/orgs/branchprotection.yml @@ -221,6 +221,7 @@ branch-protection: required_status_checks: contexts: - "kind-smoke" + - "kind-cats" - "EasyCLA" required_pull_request_reviews: dismiss_stale_reviews: true