Skip to content

Commit

Permalink
Remove limit on parallel CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 18, 2021
1 parent 1885c1e commit 2dc188c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 12
matrix:
include:
- name: "gcc 4.8 (Boost 1.48)"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 12
matrix:
include:
- name: "gcc 5.4 (Boost 1.66)"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 12
matrix:
include:
- name: "gcc 4.8 (Boost 1.48)"
Expand Down

0 comments on commit 2dc188c

Please sign in to comment.