Skip to content

Disable parallel deployment build in GitHub Actions pipelines #9008

@jgrandja

Description

@jgrandja

We need to ensure that the deployArtifacts and finalizeDeployArtifacts DO NOT run in parallel.

This can be achieved by adding the --no-parallel argument and also by splitting the deployArtifacts and finalizeDeployArtifacts into separate commands.

See this commit 651c94b on what changes need to be applied.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions