Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 10, 2024
1 parent 9459980 commit b21adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

- name: " Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.profile }} | ${{ matrix.engine }}"
if: "!${{ github.base_ref == 'master' }} || (${{ matrix.engine == 'docker' }})"
run: |
nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.profile }},${{ matrix.engine }} --outdir ./results
if: "!${{ github.base_ref == 'master' }} || (${{ matrix.engine == 'docker' }})"

0 comments on commit b21adb6

Please sign in to comment.