Skip to content

Commit

Permalink
Update adoptium.jsonnet (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: George Adams <[email protected]>
  • Loading branch information
gdams authored Feb 1, 2024
1 parent 08b97dd commit eefb4db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ orgs.newOrg('adoptium') {
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
// required_status_checks+: [
// "Lint Code Base",
// "Run CI",
// "netlify:netlify/eclipsefdn-adoptium/deploy-preview"
// ],
required_status_checks+: [
"Lint Code Base",
"Run CI",
"netlify:netlify/adoptium-rewrite/deploy-preview"
],
},
],
},
Expand Down

0 comments on commit eefb4db

Please sign in to comment.