Skip to content

Commit 1a749ac

Browse files
committed
Update manager.yaml
1 parent 88706e4 commit 1a749ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
description: Token for Zenodo Sandbox API.
1313
required: false
1414
outputs:
15+
cm-anaconda:
16+
value: ${{ jobs.manager.outputs.cm-anaconda }}
17+
description: Configurations for cm-anaconda job.
1518
web:
1619
value: ${{ jobs.manager.outputs.web }}
1720
description: Configurations for website job.
@@ -44,6 +47,7 @@ jobs:
4447
name: Manager
4548
outputs:
4649
fail: ${{ steps.proman.outputs.fail }}
50+
cm-anaconda: ${{ steps.proman.outputs.cm-anaconda }}
4751
web: ${{ steps.proman.outputs.web }}
4852
lint: ${{ steps.proman.outputs.lint }}
4953
test: ${{ steps.proman.outputs.test }}

0 commit comments

Comments
 (0)