Skip to content

Commit b6a30ef

Browse files
author
msingh
committed
update cron expression time
1 parent 9a3fde3 commit b6a30ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Daily LeetCode to Notion Update
22

33
on:
44
schedule:
5-
# Schedule to run at 00:00 UTC every day
6-
- cron: "0 0 * * *"
5+
# Schedule to run at 23:30 UTC every day
6+
- cron: "30 23 * * *"
77

88
jobs:
99
update-notion:

0 commit comments

Comments
 (0)