From b4e5eddfc76a6920a236317d586223739d498b5b Mon Sep 17 00:00:00 2001 From: AlexVCaron Date: Fri, 30 Aug 2024 13:41:46 +0000 Subject: [PATCH] not the cleanest, but fixes checks --- .github/workflows/checks.yml | 2 -- .github/workflows/nf-test_module.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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"