diff --git a/.github/workflows/build-docs.yml b/.github/disabled_workflows/build-docs.yml similarity index 100% rename from .github/workflows/build-docs.yml rename to .github/disabled_workflows/build-docs.yml diff --git a/README.md b/README.md index 6fb3aad8..3d8b00d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # ![nf-validation](docs/images/nf-validation.svg) +> [!IMPORTANT] **`nf-validation` has now been deprecated and won't be updated anymore.** +> +> **Please update your pipelines to use [`nf-schema`](https://github.com/nextflow-io/nf-schema) instead.** +> +> This change was necessary to prevent older versions of `nf-core` pipelines from breaking when updating to the latest version of `nf-validation`. Some older and current versions of the pipelines did not pin the version of nf-validation, which caused the pipelines to break when the latest version of nf-validation was released. This change will prevent this from happening in the future. **Please pin the version of `nf-schema` in your pipeline's `nextflow.config` file.** + ## 📚 Docs 👉🏻 **A Nextflow plugin to work with validation of pipeline parameters and sample sheets.**