0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00

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

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