Closed
Description
opened on Nov 19, 2024
Currently, a reusable workflow executes all jobs multiple times during various events in the PR lifecycle:
- PR created: All sub-workflows are executed.
- PR label added: All sub-workflows are re-executed (including tests).
- Code changes pushed to the PR: All sub-workflows are executed again.
- PR merged: Before the release, all tests are executed again, followed by the release process. This also applies if changes are pushed directly to the main branch.
This behavior is highly inefficient and negatively impacts performance. We need a more optimized solution to reduce redundant workflow executions.
Update Terraform module workflow usages and remove from project workflow
Preview
Give feedback
-
-
-
-
-
-
-
-
Options -
Metadata
Assignees
Labels
No labels
Activity