Skip to content

Commit 0a52638

Browse files
authored
Update LeetCode sync schedule to daily
Change sync schedule to run daily at 11 PM.
1 parent 7c8b0a1 commit 0a52638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/leetcode-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync LeetCode Submissions
22

33
on:
44
schedule:
5-
- cron: "0 */6 * * *" # Runs every 6 hours
5+
- cron: "0 23 * * *"
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)