From d753ef4f2f9d88555e87416cddd7daf3b85e19c0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 17 Jan 2024 09:22:09 +0000 Subject: [PATCH] Schedule nightly tests at 02:00 --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 36ca7d60..8222a10d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -5,6 +5,8 @@ on: branches: [ "master" ] pull_request: branches: [ "master" ] + schedule: + - cron: '0 2 * * *' # template mostly borrowed from openscm-runner # https://github.com/openscm/openscm-runner