Skip to content

Commit

Permalink
Add max-parallel to github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Jan 26, 2021
1 parent 461d040 commit a095892
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
# Prevent SEC rate-limiting by limiting parallel runners
max-parallel: 6
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
Expand Down

0 comments on commit a095892

Please sign in to comment.