mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Check if there's a change to anything
This commit is contained in:
parent
3aaacdde09
commit
939b1490b7
2 changed files with 4 additions and 0 deletions
3
.github/filters.yml
vendored
3
.github/filters.yml
vendored
|
@ -1,3 +1,6 @@
|
||||||
|
any:
|
||||||
|
- "**/*"
|
||||||
|
|
||||||
fastqc:
|
fastqc:
|
||||||
- software/fastqc/**
|
- software/fastqc/**
|
||||||
- .github/workflows/fastqc.yml
|
- .github/workflows/fastqc.yml
|
||||||
|
|
1
.github/workflows/pytest-workflow.yml
vendored
1
.github/workflows/pytest-workflow.yml
vendored
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue