mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 22:03:30 +01:00
* Skip build and review for Renovate PRs, only run tests Modified CI workflows to optimize Renovate PRs: - Skip Docker build and merge-and-push jobs for Renovate PRs - Skip Claude code review for Renovate PRs - Tests still run for all PRs including Renovate This reduces CI time and resource usage for dependency update PRs. * Remove redundant condition from merge-and-push job The merge-and-push job depends on build job, so it won't run if build is skipped. --------- Co-authored-by: Claude <noreply@anthropic.com>