ci: Check to see if it's an example array

This commit is contained in:
Edmund Miller 2021-01-24 11:14:48 -06:00
parent cff3ac7e5f
commit b048bf33e0
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: CI Test name: CI Test
needs: changes needs: changes
if: needs.changes.outputs.modules == 'true' if: needs.changes.outputs.modules != '[]'
strategy: strategy:
matrix: matrix:
nxf_version: ['20.11.0-edge'] nxf_version: ['20.11.0-edge']