From b51770ceae995933d1e1a944af711b111695077c Mon Sep 17 00:00:00 2001 From: maxulysse Date: Thu, 10 Oct 2024 17:18:06 +0200 Subject: [PATCH] more comments --- nf_core/pipeline-template/.github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/nf_core/pipeline-template/.github/workflows/ci.yml b/nf_core/pipeline-template/.github/workflows/ci.yml index bbb5900fb..503ec64e6 100644 --- a/nf_core/pipeline-template/.github/workflows/ci.yml +++ b/nf_core/pipeline-template/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: - "test" isMaster: - {% raw %}${{ github.base_ref == 'master' }}{% endraw %} + # Exclude conda and singularity on dev exclude: - isMaster: false profile: "conda"