diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2150b5d2..4e140800 100755 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -126,8 +126,6 @@ jobs: - path: subworkflows/nf-scil/load_test_data include: - runner: scilus-nf-scil-runners - - path: modules/nf-scil/registration/easyreg - profile: do-not-run - runner: scilus-nf-scil-bigmem-runners path: modules/nf-scil/registration/easyreg uses: ./.github/workflows/nf-test_module.yml diff --git a/.github/workflows/nf-test_module.yml b/.github/workflows/nf-test_module.yml index 7290d6e7..f6b71775 100644 --- a/.github/workflows/nf-test_module.yml +++ b/.github/workflows/nf-test_module.yml @@ -45,7 +45,7 @@ jobs: nf-test: runs-on: ${{ inputs.runner }} name: nf-test-${{ inputs.paths }} - if: inputs.paths != '' && inputs.profile != 'do-not-run' + if: inputs.paths != '' && inputs.profile != '' env: NXF_ANSI_LOG: false NFTEST_VER: "0.9.0-rc1"