ci: Need to wrap matrix's in []

This commit is contained in:
Edmund Miller 2021-01-23 23:35:44 -06:00
parent 0f1016e4a3
commit 860a49d456
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: CI Test name: CI Test
needs: changes needs: changes
if: ${{ fromJson(needs.changes.outputs.modules) }} == 'true' if: ${{ fromJson(needs.changes.outputs.modules) }} != 'false'
strategy: strategy:
matrix: matrix:
nxf_version: [20.11.0-edge] nxf_version: ['20.11.0-edge']
tags: ${{ fromJson(needs.changes.outputs.modules) }} tags: ['${{ fromJson(needs.changes.outputs.modules) }}']
env: env:
NXF_ANSI_LOG: false NXF_ANSI_LOG: false
steps: steps: