Skip to content

Commit

Permalink
chore(e2e): Remove max-parallel (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr authored Jul 14, 2023
1 parent 882ddc4 commit 73b6946
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nonregression-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
strategy:
matrix: ${{ fromJSON(needs.get-test-definition-files.outputs.matrix) }}
fail-fast: false
max-parallel: 20
env:
MATRIX: ${{ toJSON(matrix) }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJSON(needs.get-test-definition-files.outputs.matrix) }}
max-parallel: 15
fail-fast: false
env:
MATRIX: ${{ toJSON(matrix) }}
Expand Down

0 comments on commit 73b6946

Please sign in to comment.