ci: reduce partitions (#3890)

This commit is contained in:
Bjerg
2023-07-24 18:37:31 +02:00
committed by GitHub
parent 88376e3bd1
commit 6e283cdbfd
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
group: Reth
strategy:
matrix:
partition: [1, 2, 3, 4, 5]
partition: [1, 2]
steps:
- name: Checkout sources
uses: actions/checkout@v3