Skip to content

Commit

Permalink
Reduce valkey runner count to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Nov 8, 2024
1 parent 21640af commit b3ed0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1202,12 +1202,12 @@ jobs:

valkey:
env:
TOTAL_GROUPS: 2
TOTAL_GROUPS: 1

strategy:
fail-fast: false
matrix:
group-number: [1, 2]
group-number: [1]

runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit b3ed0bc

Please sign in to comment.