Skip to content

Commit

Permalink
fix(config/jobs): fixed branchprotector job config.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Apr 16, 2024
1 parent fa7e107 commit 4b1fab1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/jobs/branchprotector/branchprotector.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4b1fab1

Please sign in to comment.