Skip to content

Commit

Permalink
Allow mannually trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Jan 29, 2024
1 parent 8c0dde9 commit dee40b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_parts_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dee40b8

Please sign in to comment.