Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ on:
release:
types:
- published
workflow_dispatch:
inputs:
check_before_tag:
description: "Run OpenAlea CI pre-tag build"
required: false
default: "true"
type: boolean

run-name: >
${{ github.event_name == 'workflow_dispatch' && 'OpenAlea CI pre-tag build' || 'OpenAlea CI' }}

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: hydroshoot
channels:
- conda-forge
- openalea3/label/dev
- openalea3/label/rc
- openalea3
- conda-forge
dependencies:
- openalea.mtg
- openalea.plantgl
Expand Down
Loading