From f614054a94fc6fadf0a0b652e45a25cf9770bdeb Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 13 Dec 2019 17:30:28 -0800 Subject: [PATCH] trying to fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00c4f5d6..16705d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: push: schedule: # Note: * is a special character in YAML so we have to quote the str. - cron: '0 4 * * *' + - cron: '0 4 * * *' jobs: check: