Fix workflow (#817)

* tests: fix tags definition

* fix: correct typo
This commit is contained in:
Moritz E. Beber 2021-10-12 12:58:19 +02:00 committed by GitHub
parent d0df4b03e3
commit 194e598a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
nxf_version: ["21.04.0"]
tags: ["${{ fromJson(needs.modules_changes.outputs.modules) }}"]
tags: ${{ fromJson(needs.module_changes.outputs.modules) }}
profile: ["docker", "singularity", "conda"]
env:
NXF_ANSI_LOG: false
@ -136,7 +136,7 @@ jobs:
fail-fast: false
matrix:
nxf_version: ["21.04.0"]
tags: ["${{ fromJson(needs.subworkflow_changes.outputs.subworkflows) }}"]
tags: ${{ fromJson(needs.subworkflow_changes.outputs.subworkflows) }}
profile: ["docker", "singularity", "conda"]
env:
NXF_ANSI_LOG: false