[PR #253] [CLOSED] Unblock queued Renovate review workflows by moving them off ARC-only runners #165
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/homelab-cluster#165
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/homelab-cluster/pull/253
Author: @Copilot
Created: 5/24/2026
Status: ❌ Closed
Base:
main← Head:copilot/debug-queued-jobs📝 Commits (2)
b87cc26Initial planffc8b10fix(actions): run renovate review workflows on github-hosted runner📊 Changes
3 files changed (+17 additions, -4 deletions)
View changed files
📝
.github/workflows/renovate-review-manual.yml(+1 -1)📝
.github/workflows/renovate-review-publish.yml(+1 -1)📝
.github/workflows/renovate-review.yml(+15 -2)📄 Description
A large backlog of Actions runs was stuck in
queuedbecause Renovate review workflows were pinned toarc-runner-setwhen no ARC runners were available. This PR reroutes those review/relay workflows to GitHub-hosted runners while keeping cluster-dependent automation unchanged.Root cause addressed
renovate-review,renovate-review-manual,renovate-review-publish) were all scheduled onarc-runner-set, creating a hard dependency on ARC capacity for non-cluster tasks.Workflow scheduling changes
arc-runner-settoubuntu-latestin:.github/workflows/renovate-review.yml.github/workflows/renovate-review-manual.yml.github/workflows/renovate-review-publish.ymlReusable workflow coupling removed
renovate-review.ymlwith an equivalent local job invoking:webgrip/.github/actions/renovate-review@mainScope boundary
.github/workflows/renovate-trigger.ymluntouched since it requires in-cluster Kubernetes access and remains ARC-appropriate.Original prompt
Created from VS Code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.