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:
Tyler Wilding
2023-02-09 17:18:57 -05:00
committed by GitHub
parent 4ee402984f
commit 0e3d93dd13
@@ -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: