From 24c70e6016c0dbaf27b42bcf37b9b1f85ddb1a55 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 13 Dec 2019 23:00:47 -0800 Subject: [PATCH] changed daily ci run time to 12 utc which would be 4am for me --- .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 2058650b..e3bcb37f 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 12 * * *' jobs: check: