automation: run some jobs less frequently
This commit is contained in:
parent
d54fae7423
commit
d7091ead5a
3 changed files with 3 additions and 0 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue