Skip to content

Commit 505a384

Browse files
authored
ci: increase partitions for crate-checks to 3 (#20261)
1 parent 6e00b99 commit 505a384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
runs-on: depot-ubuntu-latest-16
9797
strategy:
9898
matrix:
99-
partition: [1, 2]
100-
total_partitions: [2]
99+
partition: [1, 2, 3]
100+
total_partitions: [3]
101101
timeout-minutes: 60
102102
steps:
103103
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)