mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix(ci): limit number of parallel tests to avoid github api limits
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
1188bdd229
commit
7f8206bacc
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
targets: ${{ fromJson(inputs.targets) }}
|
||||
ansible-core-versions: ${{ fromJson(inputs.ansible-core-versions) }}
|
||||
|
|
Loading…
Reference in a new issue