Skip to content

Commit

Permalink
ci(gpu): Clean up triggers and make a note about
Browse files Browse the repository at this point in the history
how to make the includes smarter
  • Loading branch information
edmundmiller committed Nov 17, 2024
1 parent aba6203 commit 8329465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 8329465

Please sign in to comment.