From 8b625ab226432f22087e150dbe9dab8c269d0e9e Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sat, 11 Apr 2020 21:13:09 -0700 Subject: [PATCH] Run CI on cron to be notified of bustage due to new stable releases and such --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95de795..d73cde0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,8 @@ on: pull_request: branches: - master - + schedule: + - cron: '00 01 * * *' jobs: test: name: Test