From f4dd05da9d6ccd01038d9827a1d65e21392ec320 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 23 Feb 2022 18:01:19 +0000 Subject: [PATCH] actions: run conda builds nightly --- .github/workflows/create-conda-envs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-conda-envs.yml b/.github/workflows/create-conda-envs.yml index 95b3f080ff9..63e7f5af531 100644 --- a/.github/workflows/create-conda-envs.yml +++ b/.github/workflows/create-conda-envs.yml @@ -10,6 +10,8 @@ on: cylc_flow_version: description: 'Version to install.' required: true + schedule: + - cron: '45 0 * * *' jobs: test_conda_install: