diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80d7d08c..e8ce7225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,6 @@ jobs: tags: ["${{ fromJson(needs.changes.outputs.tags) }}"] profile: ["docker"] # TODO Add singularity/conda component: ["pipeline"] # TODO , "subworkflows", "modules"] - exclude: - - NXF_VER: "latest-everything" - profile: "conda" - - tags: "default" - component: ["subworkflows", "modules"] steps: - name: Check out pipeline code uses: actions/checkout@v2