mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Remove any filter
This commit is contained in:
parent
9577f5dd64
commit
0f1016e4a3
2 changed files with 1 additions and 4 deletions
3
.github/filters.yml
vendored
3
.github/filters.yml
vendored
|
@ -1,6 +1,3 @@
|
|||
any:
|
||||
- "**/*"
|
||||
|
||||
fastqc:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/fastqc.yml
|
||||
|
|
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: ${{ fromJson(needs.changes.outputs.modules.any) }} == 'true'
|
||||
if: ${{ fromJson(needs.changes.outputs.modules) }} == 'true'
|
||||
strategy:
|
||||
matrix:
|
||||
nxf_version: [20.11.0-edge]
|
||||
|
|
Loading…
Reference in a new issue