ci: Update name to use matrix

This commit is contained in:
Edmund Miller 2021-02-02 16:46:56 -06:00
parent dcfd1089e5
commit bb3196ddeb
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -17,7 +17,7 @@ jobs:
test: test:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
name: CI Test name: ${{ matrix.tags }} ${{ matrix.profile }} ${{ matrix.nxf_version }}
needs: changes needs: changes
if: needs.changes.outputs.modules != '[]' if: needs.changes.outputs.modules != '[]'
strategy: strategy: