From 9577f5dd646c8a3fe59fdaed57755fb2c18e7453 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sat, 23 Jan 2021 23:12:54 -0600 Subject: [PATCH] ci: Reference output rather than a step The step wasn't there --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 1fce5387..83ced0ce 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -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]