Skip to content

Commit

Permalink
Run CI if python list isn't empty
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Feb 28, 2024
1 parent 3fff7f0 commit 36bd561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
--base_ref origin/${{ github.base_ref }} \
) >> $GITHUB_OUTPUT
- name: debug2
- name: debug
run: |
echo ${{ steps.list.outputs.nf_test_files }}
test:
name: ${{ matrix.nf_test_files }} ${{ matrix.profile }} NF-${{ matrix.NXF_VER }}
needs: [changes]
if: needs.changes.outputs.changes
if: needs.changes.outputs.nf_test_files != '[]'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 36bd561

Please sign in to comment.