Skip to content

Commit 9c96c99

Browse files
committed
kubespray/branch protection: exclude checksum auto update
Kubespray updates the checksums of binaries it deploys with a github workflow which makes a pull request. Unprotect the branch used for that purpose.
1 parent 7758a58 commit 9c96c99

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)