Upping max parallel to 30

This commit is contained in:
2026-04-17 10:36:46 -04:00
parent 90760caf91
commit de1d6ae9cc
+1 -1
View File
@@ -159,7 +159,7 @@ jobs:
image: quay.io/fedora/fedora:${{ inputs.fedora_release }}
strategy:
fail-fast: false
max-parallel: 1
max-parallel: 30
matrix:
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
steps: