We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb86def + 04b01cd commit c6ed7e8Copy full SHA for c6ed7e8
.github/workflows/image.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
# Pushing with all jobs in parallel
41
# eats the bandwidth of all the nodes
42
- # max-parallel: ${{ github.event_name != 'pull_request' && 4 || 8 }}
+ max-parallel: ${{ github.event_name != 'pull_request' && 6 || 12 }}
43
matrix:
44
include:
45
# Extra images
0 commit comments