Skip to content

Commit 22aff26

Browse files
authored
Update sync_leetcode.yml
1 parent 8b1a5e8 commit 22aff26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sync_leetcode.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Sync Leetcode
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 8 * * *"
7-
#this runs once a week. ""0 8 * * 6"
6+
- cron: "0 0 1 * *"
7+
#"0 0 1 * *" cron job to run once a month
8+
#this runs once a week. "0 8 * * 6"
89
#"0 8 * * *" runs at 8:00 AM every day
910
#"0 * * * *" #runs every hour
1011

0 commit comments

Comments
 (0)