Skip to content

Commit 9e70241

Browse files
authored
Update crawl.yml
1 parent 037258d commit 9e70241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crawl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: '0 */6 * * *'
8+
- cron: '0 0 * * *' # Once every 24 hours at midnight UTC
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)