Move GitHub build trigger behind a feature flag.
This commit is contained in:
parent
2112333875
commit
0057ced98c
6 changed files with 12 additions and 4 deletions
|
@ -146,3 +146,6 @@ class DefaultConfig(object):
|
|||
|
||||
# Feature Flag: Whether super users are supported.
|
||||
FEATURE_SUPER_USERS = False
|
||||
|
||||
# Feature Flag: Whether to support GitHub build triggers.
|
||||
FEATURE_GITHUB_BUILD = False
|
||||
|
|
Reference in a new issue