Skip to content

Commit 953367f

Browse files
committed
Make sure ZIP should also be always run
1 parent 4623198 commit 953367f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ jobs:
217217
run: |
218218
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --clip_readlength 0 --run_bam_filtering --bam_filter_minreadlength 50
219219
- name: prep upload
220+
if: ${{ always() }}
220221
run: |
221222
zip -r work work/
222223
- uses: actions/upload-artifact@v2
@@ -285,6 +286,7 @@ jobs:
285286
run: |
286287
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_kraken,docker --run_bam_filtering --bam_unmapped_type 'fastq'
287288
- name: prep upload
289+
if: ${{ always() }}
288290
run: |
289291
zip -r work work/
290292
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)