Skip to content

Commit

Permalink
chore: Dont fail concurrent loadtests (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored Oct 11, 2024
1 parent cf42a50 commit eadeaaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
load-test:
needs: prepare-matrix
strategy:
fail-fast: false
max-parallel: 4
matrix: ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit eadeaaa

Please sign in to comment.