PR #11 hit an opaque external check failure:
Observed during PR #11:
- PR does not modify
web/** or wrangler.jsonc.
- Local Worker dry run passes:
npx --yes wrangler@latest deploy --dry-run --config wrangler.jsonc
- Dry run reads only
web/ assets, not tray/web/os vendored TytusOS assets.
Task:
- Check the Cloudflare build logs and identify why the Worker check failed.
- If this check is unrelated to tray/TytusOS packaging, detach it from tray-only PR required checks or document when it may be ignored.
- If it is supposed to validate tray packaging, move that logic into GitHub CI with visible logs/annotations.
Rationale: merging past an opaque red external check should not become normal without traceability.
PR #11 hit an opaque external check failure:
Workers Builds: tytus-cliObserved during PR #11:
web/**orwrangler.jsonc.npx --yes wrangler@latest deploy --dry-run --config wrangler.jsoncweb/assets, nottray/web/osvendored TytusOS assets.Task:
Rationale: merging past an opaque red external check should not become normal without traceability.