From 079a7760786363f758daec9735001d68a934c7df Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 16 Apr 2024 14:51:25 +0200 Subject: [PATCH] fix(config/jobs): fixed branchprotector job config. Signed-off-by: Federico Di Pierro --- config/jobs/branchprotector/branchprotector.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/jobs/branchprotector/branchprotector.yaml b/config/jobs/branchprotector/branchprotector.yaml index c896e7df619..b0a23955613 100644 --- a/config/jobs/branchprotector/branchprotector.yaml +++ b/config/jobs/branchprotector/branchprotector.yaml @@ -1,13 +1,12 @@ # Run branchprotector on both post-submit events on test-infra AND as a cron job for health checks. -postsubmit: +postsubmits: falcosecurity/test-infra: - name: branchprotector-post-submit branches: - ^master$ decorate: true max_concurrency: 1 - skip_report: false run_if_changed: '^config/config.yaml$' spec: containers: @@ -41,7 +40,6 @@ periodics: base_ref: master decorate: true max_concurrency: 1 - skip_report: false spec: containers: - image: gcr.io/k8s-prow/branchprotector:v20230315-6d54c174f4