zhoudanxie commited on
Commit
ab50f4b
1 Parent(s): 7b7d4e7

Rename workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/actions.yml +2 -2
.github/workflows/actions.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: run main.py
2
 
3
  on:
4
  schedule:
@@ -23,7 +23,7 @@ jobs:
23
  python -m pip install --upgrade pip
24
  pip install --upgrade huggingface_hub
25
 
26
- - name: execute py script # run main.py
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
  run: python restart.py
 
1
+ name: Restart Hugging Face space
2
 
3
  on:
4
  schedule:
 
23
  python -m pip install --upgrade pip
24
  pip install --upgrade huggingface_hub
25
 
26
+ - name: execute py script # run .py
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
  run: python restart.py