From d48e8654018256020c3a715b093524e9c4a2fe4a Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 3 Feb 2021 20:11:24 -0600 Subject: [PATCH] ci: Use bowtie filter This will cause a bit of duplication, but it appears to work. Still the same logic, because any changes to bowtie*/build will run the align modules also. So the bowtie_align tags may not even be necessary, since we can't seem to get the bowtie*_build tags to kick off on their own anyways. Thank you for coming to my TED talk. --- .github/filters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/filters.yml b/.github/filters.yml index 8bdb79be..a9fb3498 100644 --- a/.github/filters.yml +++ b/.github/filters.yml @@ -3,7 +3,7 @@ bowtie_align: - software/bowtie/build/** - tests/software/bowtie/align/** -bowtie_build: +bowtie: - software/bowtie/build/** - tests/software/bowtie/build/** @@ -12,7 +12,7 @@ bowtie2_align: - software/bowtie2/build/** - tests/software/bowtie2/align/** -bowtie2_build: +bowtie2: - software/bowtie2/build/** - tests/software/bowtie2/build/**