From bf18e969d148734d46f74132ce7952a4193b1817 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 14 Jan 2025 12:53:47 +0100 Subject: [PATCH] Add lint github workflow as required for pipeline As we migrated it from the "build" prow job to its own github workflow, we need to mark it as required. Signed-off-by: Vincent Demeester --- prow/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prow/config.yaml b/prow/config.yaml index 1d3e41018..e5d821968 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -87,6 +87,7 @@ branch-protection: - "e2e tests (k8s-plus-one, alpha)" - "e2e tests (k8s-plus-one, beta)" - "e2e tests (k8s-plus-one, stable)" + - "lint" tektoncd-catalog: # Protect all branches in tektoncd-catalog # This means all prow jobs with "always_run" set are required