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

chore: update cron

This commit is contained in:
Juan Picado 2021-03-28 18:57:31 +02:00
parent ff1e41f7db
commit e5ce44c395

View file

@ -2,7 +2,7 @@ name: Test local registry for js vulnerabilities
on:
schedule:
- cron: '0 0 * * 7'
- cron: '0 */4 1 * *'
jobs:
security:
runs-on: ubuntu-latest