phdi
phdi copied to clipboard
WIP use worflow_call to dynamically lint, format, test, and build based on what files are changed
PULL REQUEST
Summary
This is a WIP MVP to allow for linting, formatting, testing, and building to be done based on what files are changed rather than running everything for each PR.
Given that some of our existing actions, e.g., listContainers
is using a workflow_call
to share data between workflows this is an attempt to similarly chain these workflows to share data with added metadata between workflows to determine what should run in CI/CD.
Related Issue
Fixes:
- #1494
Additional Information
Anything else the review team should know?
Checklist
- [ ] If this code affects the other scrum team, have they been notified? (In Slack, as reviewers, etc.)