From 9f2620eeb8cc85903c61815e008e7e6bb260b890 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 12 Nov 2020 23:00:11 +0100 Subject: [PATCH] Fix syntax error Signed-off-by: trivernis --- .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 6a60868..e2ac5b3 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main + branches: [ main ] schedule: - cron: '0 0 * * *'