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 3d99f10 commit d50efeeCopy full SHA for d50efee
.github/WORKFLOWS/solution.yaml
@@ -1,6 +1,9 @@
1
name: Leetcode-Solution-Collectinator
2
3
on:
4
+ schedule:
5
+ - cron : '0 8 * * *'
6
+
7
workflow_dispatch:
8
9
0 commit comments