mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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
|
||||
on:
|
||||
push:
|
||||
paths: *
|
||||
push: {}
|
||||
pull_request:
|
||||
paths: tools/fastqc/*
|
||||
|
||||
|
|
3
.github/workflows/samtools_index.yml
vendored
3
.github/workflows/samtools_index.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: samtools index
|
||||
on:
|
||||
push:
|
||||
paths: *
|
||||
push: {}
|
||||
pull_request:
|
||||
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
|
||||
on:
|
||||
push:
|
||||
paths: *
|
||||
push: {}
|
||||
pull_request:
|
||||
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!
|
||||
on:
|
||||
push:
|
||||
paths: *
|
||||
push: {}
|
||||
pull_request:
|
||||
paths: tools/trim_galore/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue