Skip to content

Commit 029f7ca

Browse files
author
Roberto Sora
authored
[skip changelog] [skip ci] Fix cron configuration (arduino#669)
1 parent 369f009 commit 029f7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arduino-stats.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: download-stats
1+
name: arduino-stats
22

33
on:
44
schedule:
55
# run every day at 12:00:00
6-
- cron: '* 12 * * *'
6+
- cron: '0 12 * * *'
77

88
jobs:
99
push-stats:

0 commit comments

Comments
 (0)