Skip to content

Commit d10423a

Browse files
actions: run conda builds nightly
1 parent 17222d8 commit d10423a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-conda-envs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
cylc_flow_version:
1212
description: 'Version to install.'
1313
required: true
14+
schedule:
15+
- cron: '45 0 * * *'
1416

1517
concurrency:
1618
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)