Skip to content

Commit 6f69abe

Browse files
committed
fix: aggiorna la pianificazione del deploy automatico a 5 volte al giorno
1 parent 7b8907d commit 6f69abe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
push:
66
branches: [ main ]
77

8-
# Deploy automatico 4 volte al giorno: 8:00, 12:00, 16:00, 20:00 UTC
8+
# Deploy automatico 5 volte al giorno: 8:00, 12:00, 16:00, 19:30, 20:00 UTC
9+
# 21:30 UTC = 23:30 ora italiana (considerando ora legale)
910
schedule:
1011
- cron: '0 8,12,16,20 * * *'
12+
- cron: '30 21 * * *'
1113

1214
# Permetti di lanciare manualmente dalla UI GitHub
1315
workflow_dispatch:

0 commit comments

Comments
 (0)