Skip to content

Commit

Permalink
Update schedule time of cron task
Browse files Browse the repository at this point in the history
  • Loading branch information
lamle-ea committed Jan 16, 2023
1 parent 5836bca commit 59fdbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cron
on:
schedule:
# Set any time that you'd like scrapers to run (in UTC)
- cron: "1 6 * * *"
- cron: "29 6 * * *"
workflow_dispatch:

env:
Expand Down

0 comments on commit 59fdbd9

Please sign in to comment.