Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize Existing Monolithic Release Workflow #1527

Closed
riprasad opened this issue May 31, 2021 · 0 comments · Fixed by #1525
Closed

Modularize Existing Monolithic Release Workflow #1527

riprasad opened this issue May 31, 2021 · 0 comments · Fixed by #1525
Assignees

Comments

@riprasad
Copy link
Member

The existing release workflow has multiple independent jobs packed together in a single monolithic workflow. Since. GitHub Actions don't natively support resuming the failed workflow from the point of failure, manual intervention is required to complete the release process. This of course defeats the whole purpose of CI/CD automation.

Modularizing the existing monolithic workflow into multiple independent workflows and wiring them together would solve the problem.

@riprasad riprasad linked a pull request May 31, 2021 that will close this issue
@riprasad riprasad self-assigned this May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant