Skip to content

Commit

Permalink
Adjust Github actions schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
CDFER committed Nov 22, 2024
1 parent f6d9d28 commit e7bf472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Library
on:
push:
schedule: # run 20 mins after jlcpcb-parts-database
- cron: "35 5 * * *"
- cron: "55 5 * * *"
workflow_dispatch: # allow for manually trigger workflow

jobs:
Expand Down

0 comments on commit e7bf472

Please sign in to comment.