Skip to content

Commit 369f009

Browse files
author
Massimiliano Pippi
authored
collect stats less often (arduino#668)
1 parent 9073c13 commit 369f009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-stats.yaml

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

33
on:
44
schedule:
5-
# run every 5 minutes
6-
- cron: '*/5 * * * *'
5+
# run every 30 minutes
6+
- cron: '*/30 * * * *'
77

88
jobs:
99
push-stats:

0 commit comments

Comments
 (0)