Commit
·
77c6f04
1
Parent(s):
8a8176b
update github once a week
Browse filesjust in case I forget to manually update, also daily > weekly to waste less resources even if it is only for 15 seconds
.github/workflows/main.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Clone from Hugging Face
|
2 |
on:
|
3 |
schedule:
|
4 |
-
- cron: '0 0 * *
|
5 |
workflow_dispatch:
|
6 |
jobs:
|
7 |
clone:
|
|
|
1 |
name: Clone from Hugging Face
|
2 |
on:
|
3 |
schedule:
|
4 |
+
- cron: '0 0 * * 6'
|
5 |
workflow_dispatch:
|
6 |
jobs:
|
7 |
clone:
|