Skip to content

Commit ab3941f

Browse files
authored
Merge pull request #114 from segment-oj/fix-CI-max-p-szdytom
[fix] CI max-parallel
2 parents ebf52e0 + 43e000e commit ab3941f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/lint-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
strategy:
12-
max-parallel: 6
1312
matrix:
1413
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 15.2]
1514

@@ -37,7 +36,6 @@ jobs:
3736
runs-on: windows-latest
3837

3938
strategy:
40-
max-parallel: 6
4139
matrix:
4240
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 15.2]
4341

.github/workflows/lint-push.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
runs-on: ubuntu-20.04
1010

1111
strategy:
12-
max-parallel: 6
1312
matrix:
1413
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 14.15, 15.2]
1514

@@ -37,7 +36,6 @@ jobs:
3736
runs-on: ubuntu-18.04
3837

3938
strategy:
40-
max-parallel: 6
4139
matrix:
4240
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 14.15, 15.2]
4341

@@ -65,7 +63,6 @@ jobs:
6563
runs-on: windows-2019
6664

6765
strategy:
68-
max-parallel: 6
6966
matrix:
7067
node-version: [10.1, 10.19, 12.1, 13.2, 14.5, 14.6, 14.15, 15.2]
7168

0 commit comments

Comments
 (0)