Skip to content

Commit

Permalink
Try with 20 batches
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin authored Jul 21, 2023
1 parent 6e465bc commit edf6425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-schemas-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:

env:
# This must be kept in sync with the arguments passed to the "batch" matrix
BATCH_COUNT: 8
BATCH_COUNT: 20

jobs:
generate:
name: Update Schemas Batch ${{ matrix.batch }}
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
Expand Down Expand Up @@ -113,4 +113,4 @@ jobs:
commit-message: |
Update Generated Schemas
labels: autogenerate
draft: false
draft: false

0 comments on commit edf6425

Please sign in to comment.