From 98c629583a9cca0c9c88ba6eac4d9682337037a8 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 30 Nov 2020 19:02:34 -0600 Subject: [PATCH] ci: Test whether subdirectories are breaking workflows --- .github/workflows/{software => }/fastqc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{software => }/fastqc.yml (90%) diff --git a/.github/workflows/software/fastqc.yml b/.github/workflows/fastqc.yml similarity index 90% rename from .github/workflows/software/fastqc.yml rename to .github/workflows/fastqc.yml index 9ac3e913..edb20413 100644 --- a/.github/workflows/software/fastqc.yml +++ b/.github/workflows/fastqc.yml @@ -3,12 +3,12 @@ on: push: paths: - software/fastqc/** - - .github/workflows/software/fastqc.yml + - .github/workflows/fastqc.yml - tests/software/fastqc/** pull_request: paths: - software/fastqc/** - - .github/workflows/software/fastqc.yml + - .github/workflows/fastqc.yml - tests/software/fastqc/** jobs: