Skip to content

Commit

Permalink
fix sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Dec 3, 2024
1 parent e2f7679 commit d6a1aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nf-test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
profile: ${{ matrix.profile }},gpu
shard: ${{ matrix.shard }}
total_shards: 2
total_shards: ${{ needs.get-shards.outputs.total_shards }}
filters: ${{ matrix.filters }}
tags: "--tag gpu"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
profile: ${{ matrix.profile }}
shard: ${{ matrix.shard }}
total_shards: 2
total_shards: ${{ needs.get-shards.outputs.total_shards }}
filters: ${{ matrix.filters }}

confirm-pass:
Expand Down

0 comments on commit d6a1aab

Please sign in to comment.