We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cb332 commit 1a9e923Copy full SHA for 1a9e923
.github/workflows/ci.yml
@@ -87,11 +87,6 @@ jobs:
87
run: |
88
nextflow run ${GITHUB_WORKSPACE} -profile test,${{ matrix.profile }} --outdir ./results
89
90
- - name: Run pipeline with test data (conda)
91
- run: |
92
- nextflow run ${GITHUB_WORKSPACE} -profile test,conda --outdir ./results
93
- if: "${{ github.base_ref == 'master' }}"
94
-
95
parameters:
96
name: Test workflow parameters
97
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/chipseq') }}"
0 commit comments