Anthonyg5005 commited on
Commit
77c6f04
·
1 Parent(s): 8a8176b

update github once a week

Browse files

just in case I forget to manually update, also daily > weekly to waste less resources even if it is only for 15 seconds

Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -1,7 +1,7 @@
1
  name: Clone from Hugging Face
2
  on:
3
  schedule:
4
- - cron: '0 0 * * *' # <-- update daily
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: