Skip to content

Commit

Permalink
try adding a required check to see if it helps (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderankin committed Feb 12, 2024
1 parent 3abe5f1 commit 348f83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ branches:
# Required. Require branches to be up to date before merging.
strict: false
# Required. The list of status checks to require in order to merge into this branch
contexts: []
# - "core / test (ubuntu, 3.11)"
contexts:
- "core / test (ubuntu, 3.11)"
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: false
# Prevent merge commits from being pushed to matching branches
Expand Down

0 comments on commit 348f83d

Please sign in to comment.