From 83294657632656b54cb55ee02c885e45f8f04736 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sun, 17 Nov 2024 12:58:45 -0600 Subject: [PATCH] ci(gpu): Clean up triggers and make a note about how to make the includes smarter --- .github/workflows/gpu-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index f59bd407792..5d91fa1becc 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -7,9 +7,8 @@ on: pull_request: branches: [master] paths: - - "modules/nf-core/parabricks/applybqsr/**" - - "modules/nf-core/parabricks/fq2bam/**" - - "modules/nf-core/parabricks/fq2bammeth/**" + - ".github/workflows/gpu-tests.yml" + - "modules/nf-core/parabricks/**" merge_group: types: [checks_requested] branches: [master] @@ -44,6 +43,7 @@ jobs: fail-fast: false matrix: shard: [1, 2] + # TODO Pass these in from GitHub PR trigger events include: - path: modules/nf-core/parabricks/applybqsr profile: [docker_self_hosted, singularity]