Skip to content

Commit

Permalink
ci: limit max parallel jobs in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpk110 committed Jan 13, 2025
1 parent 055cbab commit fe3f233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
matrix:
k8s-version: ['1.26.15', '1.27.16']
product-version: ['3.7.1', '3.8.0']
max-parallel: 1
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand Down

0 comments on commit fe3f233

Please sign in to comment.