mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Use empty dict instead for workflow
This commit is contained in:
parent
d682c6f7a8
commit
ef486a908b
4 changed files with 4 additions and 8 deletions
3
.github/workflows/fastqc.yml
vendored
3
.github/workflows/fastqc.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: FastQC
|
name: FastQC
|
||||||
on:
|
on:
|
||||||
push:
|
push: {}
|
||||||
paths: *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/fastqc/*
|
paths: tools/fastqc/*
|
||||||
|
|
||||||
|
|
3
.github/workflows/samtools_index.yml
vendored
3
.github/workflows/samtools_index.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: samtools index
|
name: samtools index
|
||||||
on:
|
on:
|
||||||
push:
|
push: {}
|
||||||
paths: *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/samtools/index*
|
paths: tools/samtools/index*
|
||||||
|
|
||||||
|
|
3
.github/workflows/samtools_sort.yml
vendored
3
.github/workflows/samtools_sort.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: samtools sort
|
name: samtools sort
|
||||||
on:
|
on:
|
||||||
push:
|
push: {}
|
||||||
paths: *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/samtools/sort*
|
paths: tools/samtools/sort*
|
||||||
|
|
||||||
|
|
3
.github/workflows/trim_galore.yml
vendored
3
.github/workflows/trim_galore.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: Trim Galore!
|
name: Trim Galore!
|
||||||
on:
|
on:
|
||||||
push:
|
push: {}
|
||||||
paths: *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/trim_galore/*
|
paths: tools/trim_galore/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue