Skip to content

Commit 1a9e923

Browse files
committed
Fix tyop
1 parent a4cb332 commit 1a9e923

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ jobs:
8787
run: |
8888
nextflow run ${GITHUB_WORKSPACE} -profile test,${{ matrix.profile }} --outdir ./results
8989
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-
9590
parameters:
9691
name: Test workflow parameters
9792
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/chipseq') }}"

0 commit comments

Comments
 (0)