Skip to content

Commit 5d47edf

Browse files
authored
Update collect_weather_data.yml
1 parent c83a9fb commit 5d47edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collect_weather_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Collect Weather Data
22

33
on:
44
schedule:
5-
- cron: '0/30 * * * *' # See https://crontab.guru/#0_0/2_*_*_* for help
5+
- cron: '0 0/1 * * *' # See https://crontab.guru/#0_0/2_*_*_* for help
66

77
workflow_dispatch: # Permette l'avvio manuale del workflow
88

0 commit comments

Comments
 (0)