Skip to content

Commit

Permalink
Increase CI concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Jul 2, 2023
1 parent a710937 commit 4298487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 4
max-parallel: 15
matrix:
python-version:
- "3.7"
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 5
max-parallel: 15
matrix:
python-version:
- "3.7"
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 5
max-parallel: 15
matrix:
python-version:
- "3.7"
Expand Down

0 comments on commit 4298487

Please sign in to comment.