Skip to content

Commit

Permalink
Update pr.yml (Consensys#1436)
Browse files Browse the repository at this point in the history
remove max parallel
  • Loading branch information
baptiste-b-pegasys authored Jun 15, 2022
1 parent 5c08f2d commit 58a13fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
if: success()
strategy:
fail-fast: false
max-parallel: 6
matrix:
# list of tag expression being executed in parallel
# for PR, only selective tests are run.
Expand Down Expand Up @@ -163,4 +162,4 @@ jobs:
- name: 'Debug'
run: |
docker images
docker ps -a
docker ps -a

0 comments on commit 58a13fc

Please sign in to comment.