From 81e24ae65bec382a09bc38c71442ee00174047d9 Mon Sep 17 00:00:00 2001 From: Matthias Zepper Date: Fri, 2 Feb 2024 16:18:37 +0100 Subject: [PATCH] Update Changelog. --- CHANGELOG.md | 4 +++- .../pipeline-template/.github/workflows/download_pipeline.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae1fecb69..490295a103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Template +- Replace automatic branch detection in `nf-core download` CI test with hardcoded `dev` and input. ([#2727](https://github.com/nf-core/tools/pull/2727)) + ### Linting ### Modules @@ -30,7 +32,7 @@ ### Template -- Add a Github Action Workflow to the pipeline template that tests a successful download with 'nf-core download' ([#2618](https://github.com/nf-core/tools/pull/2618)) +- Add a Github Action Workflow to the pipeline template that tests a successful download with `nf-core download` ([#2618](https://github.com/nf-core/tools/pull/2618)) - Use `pre-commit` to lint files in GitHub CI ([#2635](https://github.com/nf-core/tools/pull/2635)) - Use pdiff also on gitpod for nf-test ([#2640](https://github.com/nf-core/tools/pull/2640)) - switch to new image syntax in readme ([#2645](https://github.com/nf-core/tools/pull/2645)) diff --git a/nf_core/pipeline-template/.github/workflows/download_pipeline.yml b/nf_core/pipeline-template/.github/workflows/download_pipeline.yml index 9744b4bba0..28cafc3e51 100644 --- a/nf_core/pipeline-template/.github/workflows/download_pipeline.yml +++ b/nf_core/pipeline-template/.github/workflows/download_pipeline.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: inputs: testbranch: - description: "The branch to test the pipeline download." + description: "The specific branch you wish to utilize for the test execution of nf-core download." required: true default: "dev" pull_request: