summaryrefslogtreecommitdiffstats
path: root/.github/workflows/packaging.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/packaging.yml')
-rw-r--r--.github/workflows/packaging.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index a0315430e..934aa264b 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -45,6 +45,7 @@ jobs:
# build failure for one version doesn't prevent us from publishing
# successfully built and tested packages for another version.
fail-fast: false
+ max-parallel: 8
steps:
- name: Checkout PR # Checkout the PR if it's a PR.
if: github.event_name == 'pull_request'