Skip to content

Improve CI workflow #58

Closed
Closed
@rswrz

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions