We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94558b commit b5f530fCopy full SHA for b5f530f
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
test:
45
name: "Run tests (${{ matrix.nf_test_files }} ${{ matrix.profile }} NF-${{ matrix.NXF_VER }})"
46
needs: [nf-test-changes]
47
- if: needs.nf-test-changes.outputs.nf_test_files != '[]'
+ if: nf-test-changes.outputs.nf_test_files != '[]'
48
runs-on: ubuntu-latest
49
strategy:
50
fail-fast: false
0 commit comments