mirror of
https://github.com/open-goal/jak-project
synced 2026-09-08 03:46:51 -04:00
ci: allow manually updating the controller db (#2200)
Noticed this has been failing for a while for reasons. I think I fixed them but can't re-run the current job (out of date from master). This this gives me a way to manually re-run it.
This commit is contained in:
@@ -3,6 +3,7 @@ name: Update Controller Database
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 16 * * 1" # every monday @ 12pm EST - https://crontab.guru/#0_16_*_*_1
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
update-controller-db:
|
||||
|
||||
Reference in New Issue
Block a user