Skip to content

Commit

Permalink
add conditional on uploading image
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed May 8, 2024
1 parent 517594d commit 7902483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
- name: Clear space
run: rm -rf /opt/hostedtoolcache
- name: pull image
id: singularity
shell: micromamba-shell {0}
if: ${{ contains(needs.changes.outputs.*, 'true') }}
run: harpy qc --skipreports -a test/fastq/sample1.*.fq.gz
- name: create singularity artifact
if: ${{ steps.singularity.outcome == 'success' }}
uses: actions/upload-artifact@v4
with:
name: deps-image
Expand Down

0 comments on commit 7902483

Please sign in to comment.