From e5ce44c39506ae4cb7bdf0f02f130e4b4b52c650 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 28 Mar 2021 18:57:31 +0200 Subject: [PATCH] chore: update cron --- .github/workflows/registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 89db6c2f4..4fe3a2d3d 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -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