nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.61k stars 606 forks source link

Add enabled property to output DSL #5008

Closed pditommaso closed 1 month ago

pditommaso commented 1 month ago

This PR adds the enabled option to output DSL that allows to turn it on/off specific publish targets.

netlify[bot] commented 1 month ago

Deploy Preview for nextflow-docs-staging canceled.

Name Link
Latest commit cd09a2d00d9955db2a432f95648fd9f6badbcbd0
Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/6649d76a1a2f700007ee9520
bentsherman commented 1 month ago

Needs to be documented:

`enabled`
: Enable or disable publishing (default: `true`).
pditommaso commented 1 month ago

you are right, please add it 🙏