CI Workflows¶
Use this guide when adding or changing integration workflows.
Goal¶
Use reusable workflows and runner choices consistently so pull request validation is predictable across repositories.
Steps¶
- Start from existing reusable workflow patterns.
- Define required validation stages for your repository context.
- Select runner type based on workload and execution constraints.
- Keep workflow outputs clear for developers and maintainers.
- Document the change and link related work packages.
Practical Checks¶
- reusable workflow usage is preferred over duplicated YAML
- runner choice is explicit and justified
- failure output is actionable
- pipeline behavior is documented for contributors