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 17222d8 commit d10423aCopy full SHA for d10423a
.github/workflows/create-conda-envs.yml
@@ -11,6 +11,8 @@ on:
11
cylc_flow_version:
12
description: 'Version to install.'
13
required: true
14
+ schedule:
15
+ - cron: '45 0 * * *'
16
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments