Skip to content

Commit

Permalink
feat(crawler): change crawl time to 4 UTC (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Apr 5, 2022
1 parent cad1f52 commit b9c8375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
schedule:
- cron: '0 6 * * *' # runs every day at 6
- cron: '0 4 * * *' # runs every day at 4 UTC
push:
branches: [main]
workflow_dispatch:
Expand Down

0 comments on commit b9c8375

Please sign in to comment.