Increase maximum concurrency

This commit is contained in:
Matt Pryor 2024-01-17 11:05:36 +00:00
parent a2a094f819
commit dc42853847

View File

@ -30,7 +30,7 @@ jobs:
strategy: strategy:
# Restrict the maximum number of parallel syncs to avoid quay.io push limits # Restrict the maximum number of parallel syncs to avoid quay.io push limits
# Anonymous pulls are not rate-limited # Anonymous pulls are not rate-limited
max-parallel: 2 max-parallel: 4
matrix: matrix:
manifest-file: ${{ fromJSON(needs.build_manifest_matrix.outputs.manifest-files) }} manifest-file: ${{ fromJSON(needs.build_manifest_matrix.outputs.manifest-files) }}
steps: steps: