Skip to content

Commit 00cb945

Browse files
maxulyssemashehu
andauthored
Apply suggestions from code review
Co-authored-by: Matthias Hörtenhuber <[email protected]>
1 parent 95efd40 commit 00cb945

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nf_core/pipeline-template/.github/workflows/nf-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
shard: ${{ fromJson(needs.nf-test-changes.outputs.shard) }}
7777
profile: [conda, docker, singularity]
7878
isMaster:
79-
- ${{ github.base_ref == 'master' }}
79+
- ${{ github.base_ref == 'master' || github.base_ref == 'main' }}
8080
# Exclude conda and singularity on dev
8181
exclude:
8282
- isMaster: false
@@ -85,7 +85,7 @@ jobs:
8585
profile: "singularity"
8686
NXF_VER:
8787
# renovate: datasource=github-releases depName=nextflow/nextflow versioning=semver
88-
- "24.10.2"
88+
- "24.04.2"
8989
- "latest-everything"
9090
env:
9191
NXF_ANSI_LOG: false

nf_core/pipeline-template/nf-test.config

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ config {
1616

1717
// load the necessary plugins
1818
plugins {
19-
2019
21-
2220
}
2321
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.DS_Store
2+
{% if multiqc %}
23
multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png}
34
multiqc/multiqc_report.html
5+
{% end if %}
46
pipeline_info/*.{html,json,txt,yml}

0 commit comments

Comments
 (0)