Adjust matrix concurrency

This commit is contained in:
Matt Pryor 2024-01-17 11:01:40 +00:00
parent 383dbf1cbc
commit a2a094f819

View File

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