From d10423ab8777afa6b452d87c9eb1e94a5cf19c72 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 7c7097b5ba..8d9459bb1c 100644 --- a/.github/workflows/create-conda-envs.yml +++ b/.github/workflows/create-conda-envs.yml @@ -11,6 +11,8 @@ on: cylc_flow_version: description: 'Version to install.' required: true + schedule: + - cron: '45 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}