We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a41ff commit bc2e79cCopy full SHA for bc2e79c
1 file changed
.github/workflows/sync_LeetCode.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
schedule:
6
# Runs every 30 minutes (best approximation of "update every time I submit")
7
- - cron: "*/30 * * * *"
+ - cron: "0 0 * * *"
8
push:
9
paths:
10
- ".github/workflows/sync_LeetCode.yml"
0 commit comments