Edmund Miller 2021-01-24 10:20:00 -06:00
parent 506ebe515e
commit 7a89902657
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: ${{ fromJson(needs.changes.outputs.modules) }} != 'false' if: needs.changes.outputs.modules == 'true'
strategy: strategy:
matrix: matrix:
nxf_version: ['20.11.0-edge'] nxf_version: ['20.11.0-edge']