Skip to content

(MOT-4299) fix(ci): fit harness-e2e-deployed dispatch inputs under GitHub's cap - #702

Merged
ytallo merged 1 commit into
mainfrom
fix/deployed-dispatch-input-cap
Aug 5, 2026
Merged

(MOT-4299) fix(ci): fit harness-e2e-deployed dispatch inputs under GitHub's cap#702
ytallo merged 1 commit into
mainfrom
fix/deployed-dispatch-input-cap

Conversation

@ytallo

@ytallo ytallo commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Every manual dispatch of harness-e2e-deployed.yml failed at startup with the opaque "This run likely failed because of a workflow file issue" and zero jobs (30965720679, 30966132857). GitHub's API exposes no error detail; actionlint pinpointed it instantly:

maximum number of inputs for "workflow_dispatch" event is 10 but 11 inputs are provided

Push-triggered reusable-workflow callers don't traverse this validation, so the release pipeline path never surfaced it — the wrapper (new in #692/#694) had simply never been dispatched.

Fix: drop the judge_model/judge_provider dispatch overrides (10→9 inputs would be 11→9). Both already fall back to HARNESS_E2E_JUDGE_MODEL/HARNESS_E2E_JUDGE_PROVIDER repo vars, which remain the operator control surface; subjects stays for one-off model tests.

Worth considering as follow-up: an actionlint job in CI — it also validates reusable-workflow contracts that GitHub only checks at dispatch time.

…tHub's cap

workflow_dispatch allows at most 10 inputs; the deployed wrapper
declared 11, so every manual dispatch died at startup with the opaque
'workflow file issue' banner and zero jobs — push-triggered callers
never hit the limit, which is why the release path masked it. Drop the
judge_model/judge_provider overrides: both already resolve from repo
vars, which remain the operator control surface. Caught by actionlint.
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview Aug 5, 2026 1:26am
workers-tech-spec Ready Ready Preview Aug 5, 2026 1:26am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ytallo, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 18 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 01b4d642-e83f-4fbf-98c3-48f499f983c7

📥 Commits

Reviewing files that changed from the base of the PR and between 81bd91b and 46cf155.

📒 Files selected for processing (1)
  • .github/workflows/harness-e2e-deployed.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 54 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

@ytallo
ytallo merged commit 55afb4b into main Aug 5, 2026
17 checks passed
ytallo added a commit that referenced this pull request Aug 5, 2026
…number (#703)

workflow_dispatch delivers number-typed inputs as strings in the inputs
context, so forwarding inputs.runs into _harness-e2e.yml's 'runs'
(type: number) fails the callee's type check at startup — the run dies
with the bare 'workflow file issue' banner and zero jobs, after #702
already cleared the input-count cap. Push-triggered callers pass
literals and never hit it. fromJSON(format(...)) coerces both the
string and the untouched-default shape.
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