Allow triggering crons manually

This commit is contained in:
2021-07-03 19:35:36 +02:00
parent 76eaef39b8
commit 8288e36469
8 changed files with 9 additions and 1 deletions

View File

@ -93,7 +93,8 @@ def generate_workflow(config: dict, software_id: str, version_flavor: VersionFla
{"cron": "51 8 * * 6"},
{"cron": "51 8 * * 0"},
{"cron": "51 17 * * *"},
]
],
"workflow_dispatch": None,
}
workflow = {