Skip to content

Commit

Permalink
remove max parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Sep 12, 2023
1 parent 3ec8673 commit b84f508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
test-ch-head:
runs-on: [self-hosted, style-checker]
strategy:
fail-fast: true
max-parallel: 1
fail-fast: truek
matrix:
go:
- "1.20"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
runs-on: [self-hosted, style-checker]
strategy:
fail-fast: true
max-parallel: 1
matrix:
go:
- "1.20"
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
run:
shell: bash
strategy:
max-parallel: 1
fail-fast: true
matrix:
go:
Expand Down

0 comments on commit b84f508

Please sign in to comment.