Skip to content

Commit ec9ce1a

Browse files
committed
Update basemap-data/basemap-data-hires workflows
1 parent 5fcc752 commit ec9ce1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
"3.8",
5252
"3.9",
5353
]
54-
max-parallel: 5
54+
max-parallel: 6
55+
fail-fast: false
5556
needs: build
5657
runs-on: ubuntu-latest
5758
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"

.github/workflows/basemap-data.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
"3.8",
5252
"3.9",
5353
]
54-
max-parallel: 5
54+
max-parallel: 6
55+
fail-fast: false
5556
needs: build
5657
runs-on: ubuntu-latest
5758
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"

0 commit comments

Comments
 (0)