Skip to content

Commit

Permalink
Merge branch 'main' into sc-2474-guardian-directory-search
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbcapps authored Dec 21, 2023
2 parents 172264a + 7b9252f commit de9981a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,12 @@ branches:
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts:
# TODO Temporarily removing e2e tests from required builds as they are flakey and need to be stabilized first
# ['lint-and-test', 'action-semantic-pull-request', 'Happo', 'run-e2e-tests']
[
'lint-and-test',
'action-semantic-pull-request',
'Happo'
]
"lint-and-test", "action-semantic-pull-request", "Happo",
"run-e2e-tests / run-e2e-tests (chromium)",
"run-e2e-tests / run-e2e-tests (chrome)",
"run-e2e-tests / run-e2e-tests (msedge)",
]
# Required. Allow owners to by pass restrictions for PRs that are just release notes or github settings changes which do not affect tests
# Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators.
enforce_admins: false
Expand Down

0 comments on commit de9981a

Please sign in to comment.