Skip to content

Commit

Permalink
Merge pull request #24222 from stevehipwell/unprotect-gh-pages-for-he…
Browse files Browse the repository at this point in the history
…lm-publish

Remove branch protection on `gh-pages` for external-dns & metrics-server Helm chart publish
  • Loading branch information
k8s-ci-robot authored Nov 3, 2021
2 parents 56f3aa9 + adf9fa2 commit 8175841
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@ branch-protection:
branches:
gh-pages:
protect: false
external-dns:
branches:
gh-pages:
protect: false
kube-batch:
required_status_checks:
contexts:
Expand All @@ -475,6 +479,10 @@ branch-protection:
required_status_checks:
contexts:
- Kubespray CI Pipeline
metrics-server:
branches:
gh-pages:
protect: false
nfs-ganesha-server-and-external-provisioner:
branches:
gh-pages:
Expand Down

0 comments on commit 8175841

Please sign in to comment.