From 0f372238b38cc29b02d08c5735ad550414f34fed Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Mon, 6 Jan 2025 17:46:25 +0000 Subject: [PATCH] actions: ru create-conda-envs 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 f2f52e140c..42ce7171ff 100644 --- a/.github/workflows/create-conda-envs.yml +++ b/.github/workflows/create-conda-envs.yml @@ -6,6 +6,8 @@ on: - '.github/workflows/create-conda-envs.yml' - '.github/actions/create-conda-envs/*' - 'src/reference/environments/env/*.ya?ml' + schedule: + - cron: '35 0 * * *' workflow_dispatch: inputs: cylc_flow_version: