File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3838 if : ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_linux != null }}
3939 strategy :
4040 fail-fast : false
41- max-parallel : 3
41+ max-parallel : 5
4242 matrix : ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_linux }}
4343 steps :
4444 - name : Checkout Repo
5555 if : ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_darwin != null }}
5656 strategy :
5757 fail-fast : false
58- max-parallel : 3
58+ max-parallel : 5
5959 matrix : ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_darwin }}
6060 steps :
6161 - name : Checkout Repo
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ def clean_package_for_output(pkg: GitHubActionPackage) -> dict:
238238 cleaned_packages = [clean_package_for_output (pkg ) for pkg in gh_action_packages ]
239239 gh_output = {"include" : cleaned_packages }
240240
241+ print (f"debug: Generated GitHub Actions matrix: { json .dumps (gh_output , indent = 2 )} " , file = sys .stderr )
241242 print (json .dumps (gh_output ))
242243
243244
You can’t perform that action at this time.
0 commit comments