From 0e3d93dd132fdf94b7f2341d2128035670602eda Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Thu, 9 Feb 2023 17:18:57 -0500 Subject: [PATCH] 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. --- .github/workflows/update-controller-db.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-controller-db.yaml b/.github/workflows/update-controller-db.yaml index f47a3fb91b..823dfe2e55 100644 --- a/.github/workflows/update-controller-db.yaml +++ b/.github/workflows/update-controller-db.yaml @@ -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: