From b051b11a33957f9343d1e55742887f3a225988f8 Mon Sep 17 00:00:00 2001 From: Matthias Zepper Date: Mon, 27 Jan 2025 18:35:39 +0100 Subject: [PATCH] Remove push triggers and pull request types from CI. --- nf_core/pipeline-template/.github/workflows/ci.yml | 3 --- .../pipeline-template/.github/workflows/download_pipeline.yml | 3 --- nf_core/pipeline-template/.github/workflows/linting.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/nf_core/pipeline-template/.github/workflows/ci.yml b/nf_core/pipeline-template/.github/workflows/ci.yml index f3a1073843..dd86342e51 100644 --- a/nf_core/pipeline-template/.github/workflows/ci.yml +++ b/nf_core/pipeline-template/.github/workflows/ci.yml @@ -1,9 +1,6 @@ name: nf-core CI # {% raw %}This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors on: - push: - branches: - - dev pull_request: release: types: [published] diff --git a/nf_core/pipeline-template/.github/workflows/download_pipeline.yml b/nf_core/pipeline-template/.github/workflows/download_pipeline.yml index bb135cbfc6..a3ac33d579 100644 --- a/nf_core/pipeline-template/.github/workflows/download_pipeline.yml +++ b/nf_core/pipeline-template/.github/workflows/download_pipeline.yml @@ -12,9 +12,6 @@ on: required: true default: "dev" pull_request: - types: - - opened - - synchronize branches: - main - master diff --git a/nf_core/pipeline-template/.github/workflows/linting.yml b/nf_core/pipeline-template/.github/workflows/linting.yml index cfdbcc12a9..21771001c2 100644 --- a/nf_core/pipeline-template/.github/workflows/linting.yml +++ b/nf_core/pipeline-template/.github/workflows/linting.yml @@ -3,9 +3,6 @@ name: nf-core linting # It runs the `nf-core pipelines lint` and markdown lint tests to ensure # that the code meets the nf-core guidelines. {%- raw %} on: - push: - branches: - - dev pull_request: release: types: [published]