1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

chore: update cron job

This commit is contained in:
Juan Picado 2021-02-05 20:22:13 +01:00 committed by GitHub
parent 558c10246c
commit d5863dfcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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