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 9a3fde3 commit b6a30efCopy full SHA for b6a30ef
.github/workflows/daily-update.yml
@@ -2,8 +2,8 @@ name: Daily LeetCode to Notion Update
2
3
on:
4
schedule:
5
- # Schedule to run at 00:00 UTC every day
6
- - cron: "0 0 * * *"
+ # Schedule to run at 23:30 UTC every day
+ - cron: "30 23 * * *"
7
8
jobs:
9
update-notion:
0 commit comments