From 19cb2870dad3b840df9379f06066510223e0058f Mon Sep 17 00:00:00 2001 From: Mark Watts Date: Fri, 2 Jul 2021 08:55:38 -0400 Subject: [PATCH] fix invalid cron in audit --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 28b5a01f..b281b6be 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -2,7 +2,7 @@ name: Security audit on: schedule: - - cron: '0 0 0 * *' + - cron: '0 0 1 * *' push: paths: - '**/Cargo.toml'