From 6fe7b48b5b485f10fa93947f5a1def3952b84ccb Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 3 Feb 2021 20:08:11 -0600 Subject: [PATCH] Revert "Run alllll the testsgit add .github/workflows/pytest-workflow.yml" This reverts commit ffc218e51b1a95746067f30a8bac879a7ff97d72. --- .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 9ff6b5f7..984d0164 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 name: ${{ matrix.tags }} ${{ matrix.profile }} ${{ matrix.nxf_version }} needs: changes - if: needs.changes.outputs.modules == '[]' + if: needs.changes.outputs.modules != '[]' strategy: fail-fast: false matrix: