ci: Reference output rather than a step

The step wasn't there
This commit is contained in:
Edmund Miller 2021-01-23 23:12:54 -06:00
parent 939b1490b7
commit 9577f5dd64
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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]