chore: Reduced shard count to 5 for E2E (#12901)

This commit is contained in:
Keith Williams
2023-12-20 18:31:27 +00:00
committed by GitHub
parent d07e86e4f3
commit b384e4a9d8
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
shard: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/dangerous-git-checkout