We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037258d commit 9e70241Copy full SHA for 9e70241
.github/workflows/crawl.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
schedule:
8
- - cron: '0 */6 * * *'
+ - cron: '0 0 * * *' # Once every 24 hours at midnight UTC
9
workflow_dispatch:
10
11
jobs:
0 commit comments