diff --git a/.github/workflows/ci-build-crates.yml b/.github/workflows/ci-build-crates.yml index 8adf9e08..08244bd8 100644 --- a/.github/workflows/ci-build-crates.yml +++ b/.github/workflows/ci-build-crates.yml @@ -103,6 +103,8 @@ jobs: needs: [ matrix, check-matrix ] runs-on: ubuntu-latest strategy: + # avoid rate-limit errors by only launching a few of these jobs at a time + max-parallel: 2 fail-fast: true matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}