From bd069b369a83ee6a02106a5985e6d2efc7b4ac0f Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sat, 12 Feb 2022 18:15:43 -0500 Subject: [PATCH] enable nightly ci runs so we see failure notifications sooner --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a443307f..34a01348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ on: tags: [ "**" ] pull_request: branches: [ "**" ] + schedule: + # Daily at 05:47 + - cron: '47 5 * * *' defaults: run: