We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f413f0e commit f4dd05dCopy full SHA for f4dd05d
.github/workflows/create-conda-envs.yml
@@ -10,6 +10,8 @@ on:
10
cylc_flow_version:
11
description: 'Version to install.'
12
required: true
13
+ schedule:
14
+ - cron: '45 0 * * *'
15
16
jobs:
17
test_conda_install:
0 commit comments