mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Check to see if it's an example array
This commit is contained in:
parent
cff3ac7e5f
commit
b048bf33e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: CI Test
|
||||
needs: changes
|
||||
if: needs.changes.outputs.modules == 'true'
|
||||
if: needs.changes.outputs.modules != '[]'
|
||||
strategy:
|
||||
matrix:
|
||||
nxf_version: ['20.11.0-edge']
|
||||
|
|
Loading…
Reference in a new issue