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:
parent
ff1e41f7db
commit
e5ce44c395
1 changed files with 1 additions and 1 deletions
2
.github/workflows/registry.yml
vendored
2
.github/workflows/registry.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue