mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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
|
||||
on:
|
||||
push:
|
||||
paths: software/cutadapt/**
|
||||
paths:
|
||||
- software/cutadapt/**
|
||||
- .github/workflows/cutadapt.yml
|
||||
- tests
|
||||
pull_request:
|
||||
paths: software/cutadapt/**
|
||||
paths:
|
||||
- software/cutadapt/**
|
||||
- .github/workflows/cutadapt.yml
|
||||
- tests
|
||||
|
||||
jobs:
|
||||
run_ci_test:
|
||||
|
|
10
.github/workflows/fastqc.yml
vendored
10
.github/workflows/fastqc.yml
vendored
|
@ -1,9 +1,15 @@
|
|||
name: FastQC
|
||||
on:
|
||||
push:
|
||||
paths: software/fastqc/**
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests
|
||||
pull_request:
|
||||
paths: software/fastqc/**
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests
|
||||
|
||||
jobs:
|
||||
run_ci_test:
|
||||
|
|
10
.github/workflows/samtools_index.yml
vendored
10
.github/workflows/samtools_index.yml
vendored
|
@ -1,9 +1,15 @@
|
|||
name: samtools index
|
||||
on:
|
||||
push:
|
||||
paths: software/samtools/index/**
|
||||
paths:
|
||||
- software/samtools/index/**
|
||||
- .github/workflows/samtools_index.yml
|
||||
- tests
|
||||
pull_request:
|
||||
paths: software/samtools/index/**
|
||||
paths:
|
||||
- software/samtools/index/**
|
||||
- .github/workflows/samtools_index.yml
|
||||
- tests
|
||||
|
||||
jobs:
|
||||
run_ci_test:
|
||||
|
|
10
.github/workflows/samtools_sort.yml
vendored
10
.github/workflows/samtools_sort.yml
vendored
|
@ -1,9 +1,15 @@
|
|||
name: samtools sort
|
||||
on:
|
||||
push:
|
||||
paths: software/samtools/sort**
|
||||
paths:
|
||||
- software/samtools/sort**
|
||||
- .github/workflows/samtools_sort.yml
|
||||
- tests
|
||||
pull_request:
|
||||
paths: software/samtools/sort**
|
||||
paths:
|
||||
- software/samtools/sort**
|
||||
- .github/workflows/samtools_sort.yml
|
||||
- tests
|
||||
|
||||
jobs:
|
||||
run_ci_test:
|
||||
|
|
10
.github/workflows/tcoffee.yml
vendored
10
.github/workflows/tcoffee.yml
vendored
|
@ -1,9 +1,15 @@
|
|||
name: tcoffee
|
||||
on:
|
||||
push:
|
||||
paths: software/tcoffee/**
|
||||
paths:
|
||||
- software/tcoffee/**
|
||||
- .github/workflows/tcoffee.yml
|
||||
- tests
|
||||
pull_request:
|
||||
paths: software/tcoffee/**
|
||||
paths:
|
||||
- software/tcoffee/**
|
||||
- .github/workflows/tcoffee.yml
|
||||
- tests
|
||||
|
||||
jobs:
|
||||
run_ci_test:
|
||||
|
|
10
.github/workflows/trim_galore.yml
vendored
10
.github/workflows/trim_galore.yml
vendored
|
@ -1,9 +1,15 @@
|
|||
name: Trim Galore!
|
||||
on:
|
||||
push:
|
||||
paths: software/trim_galore/**
|
||||
paths:
|
||||
- software/trim_galore/**
|
||||
- .github/workflows/trim_galore.yml
|
||||
- tests
|
||||
pull_request:
|
||||
paths: software/trim_galore/**
|
||||
paths:
|
||||
- software/trim_galore/**
|
||||
- .github/workflows/trim_galore.yml
|
||||
- tests
|
||||
|
||||
jobs:
|
||||
run_ci_test:
|
||||
|
|
Loading…
Reference in a new issue