Skip to content

Allow less strict job name for nf-test in ci workflows #3950

@SusiJo

Description

@SusiJo

Description of feature

Hi,

when one needs to run several nf-test jobs in .github/workflows/nf-test.yml under different conditions and renames the job from nf-test to something like nf-test-standard and nf-test-special, the linting will fail due to the Nextflow minimum version not being found.

Would it be an option to be less strict on the job name and add a regex pattern that matches nf-test.* rather than nf-test explicitly ?

nxf_ver = ciwf["jobs"]["nf-test"]["strategy"]["matrix"]["NXF_VER"]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions