You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull-request workflows are failing before any runner steps execute. This prevents CI from distinguishing code failures from infrastructure/account failures.
Latest evidence
PR #135, head cdabe0014e930d49b340196f681220e66108bf69:
CI run 28756942761
Unit Tests: failure
returned step list: empty
Lint & Build: skipped
CodeQL run 28756942763
Analyze (actions): failure with empty step list
Analyze (javascript-typescript): failure with empty step list
The same no-step failure pattern appeared on earlier Google Merchant PR runs, while independent Vercel preview builds succeeded.
Impact
Required unit, lint, build, and CodeQL validation cannot execute.
Pull requests must remain draft/unmerged even when a Vercel preview compiles.
GitHub currently displays these as code-check failures even though no workflow step started.
Investigation checklist
Check GitHub Actions billing, spending limit, included minutes, and payment status.
Confirm Actions are enabled for the repository and organization/account.
Review repository Actions permissions and allowed-action policy.
Check for account-level suspension, usage restriction, or runner availability notices.
Re-run a minimal workflow after the account/runner condition is corrected.
Do not merge PR #135 solely on Vercel preview success. Require a fresh CI run with visible checkout/install/test/lint/build steps and successful conclusions.
Problem
Pull-request workflows are failing before any runner steps execute. This prevents CI from distinguishing code failures from infrastructure/account failures.
Latest evidence
PR #135, head
cdabe0014e930d49b340196f681220e66108bf69:28756942761Unit Tests: failureLint & Build: skipped28756942763Analyze (actions): failure with empty step listAnalyze (javascript-typescript): failure with empty step listThe same no-step failure pattern appeared on earlier Google Merchant PR runs, while independent Vercel preview builds succeeded.
Impact
Investigation checklist
Merge gate
Do not merge PR #135 solely on Vercel preview success. Require a fresh CI run with visible checkout/install/test/lint/build steps and successful conclusions.