Skip to content

Commit 7449c43

Browse files
authored
Merge pull request #34628 from VannTen/kubespray/exclude_checksum_update_branch_protect
kubespray/branch protection: exclude checksum auto update
2 parents a3d341f + 9c96c99 commit 7449c43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/prow/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ branch-protection:
597597
gh-pages:
598598
protect: false
599599
kubespray:
600+
exclude:
601+
- "^component_hash_update/" # don't protect PR branches from the checksums updater
600602
required_status_checks:
601603
contexts:
602604
- Kubespray CI Pipeline

0 commit comments

Comments
 (0)