mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci(pytest-workflow): Fix trigger paths
This commit is contained in:
parent
6eeb930bdb
commit
036427d73c
12 changed files with 62 additions and 63 deletions
8
.github/workflows/software/bwa_index.yml
vendored
8
.github/workflows/software/bwa_index.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/bwa/index/**
|
||||
- .github/workflows/bwa_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_index.yml
|
||||
- tests/software/bwa/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/bwa/index/**
|
||||
- .github/workflows/bwa_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_index.yml
|
||||
- tests/software/bwa/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
8
.github/workflows/software/bwa_mem.yml
vendored
8
.github/workflows/software/bwa_mem.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/bwa/mem/**
|
||||
- .github/workflows/bwa_mem.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_mem.yml
|
||||
- tests/software/bwa/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/bwa/mem/**
|
||||
- .github/workflows/bwa_mem.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_mem.yml
|
||||
- tests/software/bwa/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
9
.github/workflows/software/fastqc.yml
vendored
9
.github/workflows/software/fastqc.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests
|
||||
- .github/workflows/software/fastqc.yml
|
||||
- tests/software/fastqc/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests
|
||||
- .github/workflows/software/fastqc.yml
|
||||
- tests/software/fastqc/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
@ -17,7 +17,6 @@ jobs:
|
|||
env:
|
||||
NXF_ANSI_LOG: false
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Nextflow
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/picard/collectmultiplemetrics/**
|
||||
- .github/workflows/picard_collectmultiplemetrics.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_collectmultiplemetrics.yml
|
||||
- tests/software/picard/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/picard/collectmultiplemetrics/**
|
||||
- .github/workflows/picard_collectmultiplemetrics.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_collectmultiplemetrics.yml
|
||||
- tests/software/picard/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/picard/markduplicates/**
|
||||
- .github/workflows/picard_markduplicates.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_markduplicates.yml
|
||||
- tests/software/picard/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/picard/markduplicates/**
|
||||
- .github/workflows/picard_markduplicates.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_markduplicates.yml
|
||||
- tests/software/picard/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/picard/mergesamfiles/**
|
||||
- .github/workflows/picard_mergesamfiles.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_mergesamfiles.yml
|
||||
- tests/software/picard/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/picard/mergesamfiles/**
|
||||
- .github/workflows/picard_mergesamfiles.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_mergesamfiles.yml
|
||||
- tests/software/picard/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/flagstat/**
|
||||
- .github/workflows/samtools_flagstat.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_flagstat.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/flagstat/**
|
||||
- .github/workflows/samtools_flagstat.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_flagstat.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/idxstats/**
|
||||
- .github/workflows/samtools_idxstats.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_idxstats.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/idxstats/**
|
||||
- .github/workflows/samtools_idxstats.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_idxstats.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/index/**
|
||||
- .github/workflows/samtools_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_index.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/index/**
|
||||
- .github/workflows/samtools_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_index.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
8
.github/workflows/software/samtools_sort.yml
vendored
8
.github/workflows/software/samtools_sort.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/sort/**
|
||||
- .github/workflows/samtools_sort.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_sort.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/sort/**
|
||||
- .github/workflows/samtools_sort.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_sort.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/stats/**
|
||||
- .github/workflows/samtools_stats.yml
|
||||
- tests
|
||||
- .github/workflows/software/software/samtools_stats.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/stats/**
|
||||
- .github/workflows/samtools_stats.yml
|
||||
- tests
|
||||
- .github/workflows/software/software/samtools_stats.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
8
.github/workflows/software/trimgalore.yml
vendored
8
.github/workflows/software/trimgalore.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/trimgalore/**
|
||||
- .github/workflows/trimgalore.yml
|
||||
- tests
|
||||
- .github/workflows/software/trimgalore.yml
|
||||
- tests/software/trimgalore/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/trimgalore/**
|
||||
- .github/workflows/trimgalore.yml
|
||||
- tests
|
||||
- .github/workflows/software/trimgalore.yml
|
||||
- tests/software/trimgalore/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
Loading…
Reference in a new issue