diff --git a/.github/workflows/update_parts_database.yml b/.github/workflows/update_parts_database.yml index 579985a..c73d2b8 100644 --- a/.github/workflows/update_parts_database.yml +++ b/.github/workflows/update_parts_database.yml @@ -3,6 +3,7 @@ name: "Update parts database" on: schedule: # 2 hours after jlcparts updates their database - cron: "0 5 * * *" + workflow_dispatch: # allow for manually trigger workflow jobs: build_and_update: name: "Update component database and frontend"