Spaces:
Sleeping
Sleeping
atodorov284 commited on
Commit ·
0b067e3
1
Parent(s): ef94fb0
workflow change, runs every 6 hours starting 04:15 GMT+2
Browse files
.github/workflows/predict_and_deploy.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Fetch, Predict, and Sync to Hugging Face Hub
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
schedule:
|
| 5 |
-
- cron: "15 2/6 * * *" # Runs every 6 hours
|
| 6 |
push:
|
| 7 |
branches:
|
| 8 |
- deploy
|
|
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
schedule:
|
| 5 |
+
- cron: "15 2/6 * * *" # Runs every 6 hours 15 minute past the hour, starting at 04:00 GMT+2 (Netherlands), runs at 04:15, 10:15, 16:15, 22:15
|
| 6 |
push:
|
| 7 |
branches:
|
| 8 |
- deploy
|