diff --git a/.github/workflows/image-pr.yml b/.github/workflows/image-pr.yml index 230681a2..2b85ace6 100644 --- a/.github/workflows/image-pr.yml +++ b/.github/workflows/image-pr.yml @@ -32,7 +32,7 @@ jobs: strategy: # Pushing with all jobs in parallel # eats the bandwidth of all the nodes - max-parallel: ${{ github.event_name != 'pull_request' && 2 || 4 }} + max-parallel: ${{ github.event_name != 'pull_request' && 4 || 8 }} matrix: include: - build-type: '' diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 4ae28970..4941399f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -39,7 +39,7 @@ jobs: strategy: # Pushing with all jobs in parallel # eats the bandwidth of all the nodes - max-parallel: ${{ github.event_name != 'pull_request' && 2 || 4 }} + max-parallel: ${{ github.event_name != 'pull_request' && 4 || 8 }} matrix: include: # Extra images