From 0ce32f60a9399d0b4fb24b4b4a821c984d6bf6ae Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Tue, 27 Aug 2024 10:15:58 -0500 Subject: [PATCH] Run tests nightly --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ed608715..d1a9b7b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,11 @@ on: pull_request: branches: - "master" + schedule: + # Nightly tests run on main by default: + # Scheduled workflows run on the latest commit on the default or base branch. + # (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule) + - cron: "0 0 * * *" defaults: run: