Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
limit parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Feb 24, 2021
1 parent 64ff16e commit b1bfa40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 2 # Too many jobs causes `apk add` to fail (rate limit?)
matrix:
k8s-version: [ "v1.15.12", "v1.16.15", "v1.17.17", "v1.18.16", "v1.19.8", "v1.20.4" ]
env:
Expand Down

0 comments on commit b1bfa40

Please sign in to comment.