Skip to content

Commit

Permalink
test: match workflow parallelism count to matrix machine count
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed Dec 30, 2024
1 parent 14cd90e commit 3835297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
env:
# split tests across multiple machines
CI_NODE_INDEX: ${{ matrix.machine }}
CI_NODE_TOTAL: 4
CI_NODE_TOTAL: 5
with:
timeout_minutes: 30
max_attempts: 3
Expand Down

0 comments on commit 3835297

Please sign in to comment.