From 5e161d6511285000257270f56c88fefc96478bd6 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Fri, 25 Feb 2022 15:58:59 -0500 Subject: [PATCH] Cron for GitHub Actions --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ac873347..daed7f5b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,10 @@ name: CI -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' jobs: ci: