Skip to content

Commit

Permalink
ci: temporarily disable required Jenkins status check on PRs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi authored Oct 1, 2024
1 parent d440873 commit d097cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-kura.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ orgs.newOrg('eclipse-kura') {
customBranchProtectionRule('develop') {
required_status_checks+: [
"Validate PR title",
"any:continuous-integration/jenkins/pr-merge",
// "any:continuous-integration/jenkins/pr-merge",
],
},
customBranchProtectionRule('docs-develop') {
Expand All @@ -108,7 +108,7 @@ orgs.newOrg('eclipse-kura') {
customBranchProtectionRule('release-*') {
required_status_checks+: [
"Validate PR title",
"any:continuous-integration/jenkins/pr-merge",
// "any:continuous-integration/jenkins/pr-merge",
],
},
customBranchProtectionRule('docs-release-*') {
Expand Down

0 comments on commit d097cfa

Please sign in to comment.