From b384e4a9d824c98c67af9031e932205fb2000979 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Wed, 20 Dec 2023 13:31:27 -0500 Subject: [PATCH] chore: Reduced shard count to 5 for E2E (#12901) --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8570d9578612ff..ce0cab4cfbcb8a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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