From b7dc0a97957860997a217893475f25fc891b177c Mon Sep 17 00:00:00 2001 From: Dean Eigenmann <7621705+decanus@users.noreply.github.com> Date: Fri, 3 Apr 2020 12:38:45 +0200 Subject: [PATCH] fixes chron tab --- .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 34493d4..cf6304c 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 * * *' push: paths: - '**/Cargo.toml'