mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Reference output rather than a step
The step wasn't there
This commit is contained in:
parent
939b1490b7
commit
9577f5dd64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: CI Test
|
||||
needs: changes
|
||||
if: steps.filter.outputs.any == 'true'
|
||||
if: ${{ fromJson(needs.changes.outputs.modules.any) }} == 'true'
|
||||
strategy:
|
||||
matrix:
|
||||
nxf_version: [20.11.0-edge]
|
||||
|
|
Loading…
Reference in a new issue