ci: Check if there's a change to anything

This commit is contained in:
Edmund Miller 2021-01-23 23:08:14 -06:00
parent 3aaacdde09
commit 939b1490b7
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
2 changed files with 4 additions and 0 deletions

3
.github/filters.yml vendored
View file

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

View file

@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: CI Test name: CI Test
needs: changes needs: changes
if: steps.filter.outputs.any == 'true'
strategy: strategy:
matrix: matrix:
nxf_version: [20.11.0-edge] nxf_version: [20.11.0-edge]