Skip to content

Commit

Permalink
skip_changelog(ci): bump parallelism to speed up tests without hittin…
Browse files Browse the repository at this point in the history
…g api limits

Signed-off-by: gardar <gardar@users.noreply.github.com>
  • Loading branch information
gardar committed Oct 15, 2024
1 parent b028c8f commit b613539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 8
matrix:
targets: ${{ fromJson(inputs.targets) }}
ansible-core-versions: ${{ fromJson(inputs.ansible-core-versions) }}
Expand Down

0 comments on commit b613539

Please sign in to comment.