Skip to content

ci: point the adopted web-preview workflow at the fork's runners - #386

Merged
patroza merged 1 commit into
fork/devfrom
ci/web-preview-fork-runner
Aug 9, 2026
Merged

ci: point the adopted web-preview workflow at the fork's runners#386
patroza merged 1 commit into
fork/devfrom
ci/web-preview-fork-runner

Conversation

@omegent-app

@omegent-app omegent-app Bot commented Aug 9, 2026

Copy link
Copy Markdown

Follow-up to #385. This one-line change was pushed to the sync branch after #385 had already
been merged at 841252ce6, so it never reached fork/dev.

Upstream's pingdotgg#5465 runs the new hosted-web preview job on blacksmith-8vcpu-ubuntu-2404. Every fork
workflow uses GitHub-hosted runners (ci.yml is ubuntu-24.04 / macos-15 throughout), and
web-preview.yml was the only Blacksmith reference in the tree — so the job would queue forever if
anyone ever applied the preview:web label.

The workflow is label-gated and also needs VERCEL_TOKEN / VERCEL_ORG_ID / VERCEL_PROJECT_ID,
which the fork does not set, so it stays dormant either way. This just removes the footgun rather
than leaving a job that cannot be scheduled.

Found by the grok-4.5 adversarial review of #385.

Co-authored by @patroza

opened by Patrick Roza in chat thread Discord · Discord · T3

Upstream's pingdotgg#5465 runs on blacksmith-8vcpu-ubuntu-2404. Every fork workflow uses
GitHub-hosted runners, so the job would queue forever if anyone applied the
preview:web label. It also needs VERCEL_* secrets the fork does not set, so the
workflow stays dormant either way — this just removes the footgun.

Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
@patroza
patroza merged commit b89de3a into fork/dev Aug 9, 2026
4 checks passed
omegent-app Bot added a commit that referenced this pull request Aug 10, 2026
pingdotgg#5609 also added mobile-fingerprint-check.yml, which landed without a conflict
and so was never inspected. It runs on blacksmith-8vcpu-ubuntu-2404, which this
fork does not have, and it triggers on every pull request touching apps/mobile,
packages/client-runtime, packages/contracts, packages/shared, assets or
scripts. Its "Native fingerprint diff" check was already sitting queued on this
very PR and would never have reported — a permanently pending check, and a
blocked merge wherever branch protection waits on all of them.

Same fix as #386 for web-preview.yml: GitHub-hosted runners, which is what
every other fork workflow uses. There are now no Blacksmith references left in
.github/workflows.

Also drops the EllipsisIcon import the Sidebar conflict union left behind; the
project row's button is SettingsIcon after pingdotgg#5923.

Found by the grok-4.5 adversarial review.

Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant