We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88b79f commit 95fd79cCopy full SHA for 95fd79c
.github/workflows/nf-test.yml
@@ -73,13 +73,11 @@ jobs:
73
fail-fast: false
74
matrix:
75
shard: ${{ fromJson(needs.nf-test-changes.outputs.shard) }}
76
- profile: [conda, docker, singularity]
+ profile: [docker, singularity]
77
isMain:
78
- ${{ github.base_ref == 'master' || github.base_ref == 'main' }}
79
# Exclude conda and singularity on dev
80
exclude:
81
- - isMain: false
82
- profile: "conda"
83
- isMain: false
84
profile: "singularity"
85
NXF_VER:
0 commit comments