build(fixtures-update): run on smaller worker (#1932)

Run fixtures-update workflow on smaller github runner until larger one
is available again.
This commit is contained in:
cragwolfe 2023-10-27 20:36:05 -07:00 committed by GitHub
parent 22b3edb226
commit 4e669d419f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,9 +75,10 @@ jobs:
make install-all-ingest
update-fixtures-and-pr:
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
env:
NLTK_DATA: ${{ github.workspace }}/nltk_data
MAX_PROCESSES: 2
needs: [setup_ingest]
steps:
- uses: actions/checkout@v3