From 8036896b5454efb571cf7ad7a1682f4bc9c92303 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 13 Dec 2019 17:29:50 -0800 Subject: [PATCH] trying to fix ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 029fdd9e..00c4f5d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: # Run on pushes and also once per day (in case deps change under us) - - push - - schedule: + push: + schedule: # Note: * is a special character in YAML so we have to quote the str. - - cron: '0 4 * * *' + cron: '0 4 * * *' jobs: check: