Skip to content

Refactor repeated job logic in sanity-check workflows using reusable workflows #498

@uvv-01

Description

@uvv-01

While reviewing sanity-check workflows (apps, demos, kits), I noticed repeated job-level patterns such as checkout, OS setup, Python setup, and matrix configuration.

Although reusable steps are already used, the job structure itself is duplicated across workflows.

Proposed solution:
Introduce reusable workflows using workflow_call to encapsulate common job logic and reuse it across workflows.

Benefits:

  • Reduces duplication at job level
  • Improves maintainability
  • Simplifies future updates

I can work on implementing this refactor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions