automation: run some jobs less frequently

This commit is contained in:
Iain Learmonth 2022-05-13 09:28:54 +01:00
parent d54fae7423
commit d7091ead5a
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ from app.terraform import BaseAutomation
class BlockBridgeGitHubAutomation(BaseAutomation):
short_name = "block_bridge_github"
description = "Import bridge reachability results from GitHub"
frequency = 30
def automate(self, full: bool = False) -> Tuple[bool, str]:
g = Github(app.config['GITHUB_API_KEY'])