Skip to content

Commit

Permalink
limit concurrent runs to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jul 17, 2024
1 parent 34a5f2c commit 31874aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
max-parallel: 5
matrix:
case:
- "default"
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
kubectl apply -f -
- name: Wait For Pods
run: kubectl -n default wait --for=condition=ready pods --all --timeout=120s
run: kubectl -n default wait --for=condition=ready pods --all --timeout=180s

- name: "Debug: Get status and logs"
if: always()
Expand Down

0 comments on commit 31874aa

Please sign in to comment.