Skip to content

Commit

Permalink
ci: Split tags out of matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 18, 2024
1 parent a5557af commit 08a16d4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ jobs:
fail-fast: false
matrix:
shard: [1, 2]
profile: [docker_self_hosted, singularity] # conda?
# TODO Pass these in from GitHub PR trigger events
include:
- tags: parabricks/applybqsr
profile: [docker_self_hosted, singularity]
- tags: parabricks/fq2bam
profile: [docker_self_hosted, singularity]
- tags: parabricks/fq2bammeth
profile: [docker_self_hosted, singularity]
tags:
- parabricks/applybqsr
- parabricks/fq2bam
- parabricks/fq2bammeth
env:
NXF_ANSI_LOG: false
TOTAL_SHARDS: 2
Expand Down

0 comments on commit 08a16d4

Please sign in to comment.