ci: Remove any filter

This commit is contained in:
Edmund Miller 2021-01-23 23:25:53 -06:00
parent 9577f5dd64
commit 0f1016e4a3
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
2 changed files with 1 additions and 4 deletions

3
.github/filters.yml vendored
View file

@ -1,6 +1,3 @@
any:
- "**/*"
fastqc:
- software/fastqc/**
- .github/workflows/fastqc.yml

View file

@ -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]