Skip to content

Commit 3f0a8a4

Browse files
committed
Decrease number of parallel jobs in workflows
1 parent b91c991 commit 3f0a8a4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
"3.8",
5252
"3.9",
5353
]
54-
max-parallel: 6
54+
max-parallel: 3
5555
fail-fast: false
5656
needs: build
5757
runs-on: ubuntu-latest

.github/workflows/basemap-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
"3.8",
5252
"3.9",
5353
]
54-
max-parallel: 6
54+
max-parallel: 3
5555
fail-fast: false
5656
needs: build
5757
runs-on: ubuntu-latest

.github/workflows/basemap-for-manylinux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
"3.8",
7575
"3.9",
7676
]
77-
max-parallel: 6
77+
max-parallel: 3
7878
fail-fast: false
7979
needs: build-geos
8080
runs-on: ubuntu-latest
@@ -149,7 +149,7 @@ jobs:
149149
"3.8",
150150
"3.9",
151151
]
152-
max-parallel: 6
152+
max-parallel: 3
153153
fail-fast: false
154154
needs: build
155155
runs-on: ubuntu-latest
@@ -228,7 +228,7 @@ jobs:
228228
"3.8",
229229
"3.9",
230230
]
231-
max-parallel: 6
231+
max-parallel: 3
232232
fail-fast: false
233233
needs: repair
234234
runs-on: ubuntu-latest

.github/workflows/basemap-for-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
"3.8",
8181
"3.9",
8282
]
83-
max-parallel: 6
83+
max-parallel: 3
8484
fail-fast: false
8585
needs: build-geos
8686
runs-on: windows-latest
@@ -172,7 +172,7 @@ jobs:
172172
"3.8",
173173
"3.9",
174174
]
175-
max-parallel: 6
175+
max-parallel: 3
176176
fail-fast: false
177177
needs: build
178178
runs-on: windows-latest

0 commit comments

Comments
 (0)