Skip to content

Commit d0f6e4d

Browse files
authored
Update solution.yaml
1 parent 41795e0 commit d0f6e4d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/WORKFLOWS/solution.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Leetcode-Solution-Collectinator
22

33
on:
4+
# make use of schedule cron to.
5+
#schedule :
6+
#-cron : '0 8 * * *'
7+
48
workflow_dispatch:
59

610

@@ -12,9 +16,10 @@ jobs:
1216
- uses: actions/checkout@v2
1317
with:
1418
ref: ${{ github.head_ref }}
19+
1520
- run : npm ci
1621

17-
- name: Time to download script
22+
- name: Time to download solution
1823
uses : ./
1924

2025
- name: pushing the changes!!

0 commit comments

Comments
 (0)