Skip to content

Commit b5f530f

Browse files
committed
fix CI
1 parent e94558b commit b5f530f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
test:
4545
name: "Run tests (${{ matrix.nf_test_files }} ${{ matrix.profile }} NF-${{ matrix.NXF_VER }})"
4646
needs: [nf-test-changes]
47-
if: needs.nf-test-changes.outputs.nf_test_files != '[]'
47+
if: nf-test-changes.outputs.nf_test_files != '[]'
4848
runs-on: ubuntu-latest
4949
strategy:
5050
fail-fast: false

0 commit comments

Comments
 (0)