chore: update cron

This commit is contained in:
Juan Picado 2021-06-19 21:37:23 +02:00 committed by GitHub
parent 54b17f4442
commit 73e6863426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
schedule:
# 3 times day
# collecting enough data to draw some graphics
- cron: '0 0/8 * * *'
- cron: '0 1 * * *'
# push:
# branches:
# - master