Skip to content

Commit

Permalink
Use concurrency groups to minimize memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Aug 13, 2024
1 parent 31a6b92 commit 7ccc747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- build-sdist
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
concurrency:
group: python-group
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -112,6 +115,9 @@ jobs:
- build-sdist
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency:
group: kafka-group
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7ccc747

Please sign in to comment.