0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: update benchmark time

This commit is contained in:
Juan Picado 2022-04-14 17:06:13 +02:00 committed by GitHub
parent d08fe29d97
commit 8ea712935e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@ name: ci - benchmark
on:
workflow_dispatch:
schedule:
# 3 times day
# 1 time peer week
# collecting enough data to draw some graphics
- cron: '0 1 * * *'
- cron: '0 1 * * 1'
# push:
# branches:
# - master