Spaces:
Runtime error
Runtime error
gauravlochab
commited on
Commit
·
f09158e
1
Parent(s):
b4e8414
refactor: Update cron schedule
Browse files
.github/workflows/restart_hf_space.yaml
CHANGED
@@ -2,7 +2,7 @@ name: Restart Hugging Face Space
|
|
2 |
|
3 |
on:
|
4 |
schedule:
|
5 |
-
- cron: '*/
|
6 |
|
7 |
jobs:
|
8 |
restart-space:
|
|
|
2 |
|
3 |
on:
|
4 |
schedule:
|
5 |
+
- cron: '*/15 * * * *' # Runs every 30 minutes
|
6 |
|
7 |
jobs:
|
8 |
restart-space:
|