Skip to content

Commit

Permalink
Merge pull request #194 from AlexVCaron/fix/big-runner-easyreg
Browse files Browse the repository at this point in the history
not the cleanest, but fixes checks
  • Loading branch information
AlexVCaron authored Aug 30, 2024
2 parents 0b4e145 + b4e5edd commit c6a1815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nf-test_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c6a1815

Please sign in to comment.