We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029f7ca commit 763b4a7Copy full SHA for 763b4a7
.github/workflows/arduino-stats.yaml
@@ -2,8 +2,8 @@ name: arduino-stats
2
3
on:
4
schedule:
5
- # run every day at 12:00:00
6
- - cron: '0 12 * * *'
+ # run every day at 12:30:00
+ - cron: '30 12 * * *'
7
8
jobs:
9
push-stats:
0 commit comments