From 7f289c0e5f82558847670ed7a9a414d816e08e01 Mon Sep 17 00:00:00 2001 From: Matthias Zepper Date: Wed, 15 Jan 2025 12:56:23 +0100 Subject: [PATCH 1/2] Remove the on_pull_request_target trigger from the download test. --- .../.github/workflows/download_pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nf_core/pipeline-template/.github/workflows/download_pipeline.yml b/nf_core/pipeline-template/.github/workflows/download_pipeline.yml index 977b4255d..bb135cbfc 100644 --- a/nf_core/pipeline-template/.github/workflows/download_pipeline.yml +++ b/nf_core/pipeline-template/.github/workflows/download_pipeline.yml @@ -14,15 +14,10 @@ on: pull_request: types: - opened - - edited - synchronize branches: - main - master - pull_request_target: - branches: - - main - - master env: NXF_ANSI_LOG: false From 089b8e8478fd8cc85591267625bfc9a60744e3b3 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 15 Jan 2025 12:06:31 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319969dea..19926edcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Allow `nf-core pipelines download -r` to download commits ([#3374](https://github.com/nf-core/tools/pull/3374)) - Fix faulty Download Test Action to ensure that setup and test run as one job and on the same runner ([#3389](https://github.com/nf-core/tools/pull/3389)) +- Remove the on_pull_request_target trigger from the download test. ([#3399](https://github.com/nf-core/tools/pull/3399)) ### Linting