From edf6425ef5eada61da85c226dfd382b4e7294b74 Mon Sep 17 00:00:00 2001 From: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com> Date: Fri, 21 Jul 2023 08:34:26 -0400 Subject: [PATCH] Try with 20 batches --- .github/workflows/generate-schemas-batch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-schemas-batch.yml b/.github/workflows/generate-schemas-batch.yml index 0f37b4e7ec..417a17a96f 100644 --- a/.github/workflows/generate-schemas-batch.yml +++ b/.github/workflows/generate-schemas-batch.yml @@ -12,7 +12,7 @@ on: env: # This must be kept in sync with the arguments passed to the "batch" matrix - BATCH_COUNT: 8 + BATCH_COUNT: 20 jobs: generate: @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - batch: [0, 1, 2, 3, 4, 5, 6, 7] + batch: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] steps: - name: Checkout repo uses: actions/checkout@v3 @@ -113,4 +113,4 @@ jobs: commit-message: | Update Generated Schemas labels: autogenerate - draft: false \ No newline at end of file + draft: false