Anthonyg5005 commited on
Commit
9fd4758
·
verified ·
1 Parent(s): be1b424

Changed to update daily on Github mirror

Browse files
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 * * * *' # <-- run every hour at the start of the hour
5
  workflow_dispatch:
6
  jobs:
7
  clone:
 
1
  name: Clone from Hugging Face
2
  on:
3
  schedule:
4
+ - cron: '0 0 * * *' # <-- update daily
5
  workflow_dispatch:
6
  jobs:
7
  clone: