From bb3196ddeb1f65b5a2da0c4037d0f1de26cd253f Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 16:46:56 -0600 Subject: [PATCH] ci: Update name to use matrix --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 001c204c..4eb86980 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -17,7 +17,7 @@ jobs: test: runs-on: ubuntu-20.04 - name: CI Test + name: ${{ matrix.tags }} ${{ matrix.profile }} ${{ matrix.nxf_version }} needs: changes if: needs.changes.outputs.modules != '[]' strategy: