Skip to content

Commit

Permalink
ci: temporarily disable build status checks
Browse files Browse the repository at this point in the history
PR #103 replaces them, but cannot be merged with the requirements
still in place.
  • Loading branch information
tseaver committed Sep 17, 2021
1 parent 80e1d7c commit d64b743
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/sync-repo-settings.yaml
Expand Up @@ -28,18 +28,19 @@ branchProtectionRules:
requiresStrictStatusChecks: true
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- 'build-linux (3.6)'
- 'build-linux (3.7)'
- 'build-linux (3.8)'
- 'build-linux (3.9)'
- 'build-macos (3.6)'
- 'build-macos (3.7)'
- 'build-macos (3.8)'
- 'build-macos (3.9)'
- 'build-windows (3.6)'
- 'build-windows (3.7)'
- 'build-windows (3.8)'
- 'build-windows (3.9)'
# 2021-09-17: temporarily remove build checks to allow replacing them
#- 'build-linux (3.6)'
#- 'build-linux (3.7)'
#- 'build-linux (3.8)'
#- 'build-linux (3.9)'
#- 'build-macos (3.6)'
#- 'build-macos (3.7)'
#- 'build-macos (3.8)'
#- 'build-macos (3.9)'
#- 'build-windows (3.6)'
#- 'build-windows (3.7)'
#- 'build-windows (3.8)'
#- 'build-windows (3.9)'
- 'cla/google'
# List of explicit permissions to add (additive only)
permissionRules:
Expand Down

0 comments on commit d64b743

Please sign in to comment.