Skip to content

Commit

Permalink
collect stats less often (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimiliano Pippi authored Apr 23, 2020
1 parent 9073c13 commit 369f009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-stats.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: download-stats
name: github-stats

on:
schedule:
# run every 5 minutes
- cron: '*/5 * * * *'
# run every 30 minutes
- cron: '*/30 * * * *'

jobs:
push-stats:
Expand Down

0 comments on commit 369f009

Please sign in to comment.