mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Update name to use matrix
This commit is contained in:
parent
dcfd1089e5
commit
bb3196ddeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue