diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 81cb3bed..bd25a6d4 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -128,7 +128,7 @@ jobs: needs: [ deploy_common_resources, prepare_resource_matrix ] if: ${{ needs.prepare_resource_matrix.outputs.parallel_resources_list != '[]' }} strategy: - max-parallel: 10 + max-parallel: 7 fail-fast: false matrix: compliance: ['green', 'red']