mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Workflows - trigger on change to workflow and test data too
This commit is contained in:
parent
aa24c8d175
commit
e71bb92534
6 changed files with 48 additions and 12 deletions
10
.github/workflows/cutadapt.yml
vendored
10
.github/workflows/cutadapt.yml
vendored
|
@ -1,9 +1,15 @@
|
||||||
name: cutadapt
|
name: cutadapt
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: software/cutadapt/**
|
paths:
|
||||||
|
- software/cutadapt/**
|
||||||
|
- .github/workflows/cutadapt.yml
|
||||||
|
- tests
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/cutadapt/**
|
paths:
|
||||||
|
- software/cutadapt/**
|
||||||
|
- .github/workflows/cutadapt.yml
|
||||||
|
- tests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
run_ci_test:
|
||||||
|
|
10
.github/workflows/fastqc.yml
vendored
10
.github/workflows/fastqc.yml
vendored
|
@ -1,9 +1,15 @@
|
||||||
name: FastQC
|
name: FastQC
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: software/fastqc/**
|
paths:
|
||||||
|
- software/fastqc/**
|
||||||
|
- .github/workflows/fastqc.yml
|
||||||
|
- tests
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/fastqc/**
|
paths:
|
||||||
|
- software/fastqc/**
|
||||||
|
- .github/workflows/fastqc.yml
|
||||||
|
- tests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
run_ci_test:
|
||||||
|
|
10
.github/workflows/samtools_index.yml
vendored
10
.github/workflows/samtools_index.yml
vendored
|
@ -1,9 +1,15 @@
|
||||||
name: samtools index
|
name: samtools index
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: software/samtools/index/**
|
paths:
|
||||||
|
- software/samtools/index/**
|
||||||
|
- .github/workflows/samtools_index.yml
|
||||||
|
- tests
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/samtools/index/**
|
paths:
|
||||||
|
- software/samtools/index/**
|
||||||
|
- .github/workflows/samtools_index.yml
|
||||||
|
- tests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
run_ci_test:
|
||||||
|
|
10
.github/workflows/samtools_sort.yml
vendored
10
.github/workflows/samtools_sort.yml
vendored
|
@ -1,9 +1,15 @@
|
||||||
name: samtools sort
|
name: samtools sort
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: software/samtools/sort**
|
paths:
|
||||||
|
- software/samtools/sort**
|
||||||
|
- .github/workflows/samtools_sort.yml
|
||||||
|
- tests
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/samtools/sort**
|
paths:
|
||||||
|
- software/samtools/sort**
|
||||||
|
- .github/workflows/samtools_sort.yml
|
||||||
|
- tests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
run_ci_test:
|
||||||
|
|
10
.github/workflows/tcoffee.yml
vendored
10
.github/workflows/tcoffee.yml
vendored
|
@ -1,9 +1,15 @@
|
||||||
name: tcoffee
|
name: tcoffee
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: software/tcoffee/**
|
paths:
|
||||||
|
- software/tcoffee/**
|
||||||
|
- .github/workflows/tcoffee.yml
|
||||||
|
- tests
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/tcoffee/**
|
paths:
|
||||||
|
- software/tcoffee/**
|
||||||
|
- .github/workflows/tcoffee.yml
|
||||||
|
- tests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
run_ci_test:
|
||||||
|
|
10
.github/workflows/trim_galore.yml
vendored
10
.github/workflows/trim_galore.yml
vendored
|
@ -1,9 +1,15 @@
|
||||||
name: Trim Galore!
|
name: Trim Galore!
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: software/trim_galore/**
|
paths:
|
||||||
|
- software/trim_galore/**
|
||||||
|
- .github/workflows/trim_galore.yml
|
||||||
|
- tests
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/trim_galore/**
|
paths:
|
||||||
|
- software/trim_galore/**
|
||||||
|
- .github/workflows/trim_galore.yml
|
||||||
|
- tests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
run_ci_test:
|
||||||
|
|
Loading…
Reference in a new issue