You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(e2): rhidp-6404 Add image check and relevant changes action to workflows (#2575)
* RHIDP-6404 Add image check and relevant changes action to workflows
Introduce a reusable `check-image-and-changes` composite action to determine if an image already exists and prioritize relevant changes for builds. Update workflows to integrate this action, conditionally triggering builds based on its outputs to optimize build processes.
Signed-off-by: Gustavo Lira <[email protected]>
* Use specific commit SHAs for GitHub Actions and improve outputs
Signed-off-by: Gustavo Lira <[email protected]>
* Refactor PR image build workflow to improve checks.
Reorganized the workflow to include a dedicated job for checking image existence and relevant changes before building the image. Improved the logic for skipping builds when conditions are met and updated outputs to streamline data flow across steps. Removed repetitive actions and enhanced modularity for better maintainability.
Signed-off-by: Gustavo Lira <[email protected]>
* Update workflow dependencies and improve build notification
Signed-off-by: Gustavo Lira <[email protected]>
* Refactor GitHub Actions to ensure jobs always run
Modified workflow logic to always execute build and test jobs. Added checks to conditionally skip execution when no relevant changes are detected.
Signed-off-by: Gustavo Lira <[email protected]>
* Refactor GitHub Actions to ensure jobs always run
Modified workflow logic to always execute build and test jobs. Added checks to conditionally skip execution when no relevant changes are detected.
Signed-off-by: Gustavo Lira <[email protected]>
* Refactor GitHub Actions to ensure jobs always run
Modified workflow logic to always execute build and test jobs. Added checks to conditionally skip execution when no relevant changes are detected.
Signed-off-by: Gustavo Lira <[email protected]>
* Update actions and add new CI checks to pr.yaml workflow
Signed-off-by: Gustavo Lira <[email protected]>
* Update .github/actions/check-image-and-changes/action.yaml
---------
Signed-off-by: Gustavo Lira <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
0 commit comments