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 aec09a0 commit 0f37223Copy full SHA for 0f37223
.github/workflows/create-conda-envs.yml
@@ -6,6 +6,8 @@ on:
6
- '.github/workflows/create-conda-envs.yml'
7
- '.github/actions/create-conda-envs/*'
8
- 'src/reference/environments/env/*.ya?ml'
9
+ schedule:
10
+ - cron: '35 0 * * *'
11
workflow_dispatch:
12
inputs:
13
cylc_flow_version:
0 commit comments