Skip to content

Commit

Permalink
Set max parallel for GH jobs (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Mar 28, 2024
1 parent dc43405 commit effc870
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
shell: bash
strategy:
fail-fast: true
max-parallel: 1
matrix:
go:
- "1.22"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 1
matrix:
go:
- "1.20"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 4
matrix:
go:
- "1.22"
Expand Down

0 comments on commit effc870

Please sign in to comment.