Skip to content

Commit

Permalink
ci: set max-parallel to cts
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Jan 15, 2024
1 parent f4dee8e commit b2506f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
runs-on: ubuntu-latest
needs: build-image
strategy:
## Set max parallel to 8 to avoid hitting the GitHub Actions concurrency limit
max-parallel: 8
fail-fast: false
matrix:
kubernetes-env:
Expand Down

0 comments on commit b2506f8

Please sign in to comment.