SPOT TAPE
FRNT-200K2.180+1.42%
MID-128K0.4204−0.81%
OW-70B0.0840+3.11%
OW-8B0.0191+0.44%
VIS-1M1.6400−2.19%
RSN-XL6.9000+0.93%
EMB-S0.01100.00%
14:02:07 UTC
Documentation v1 · UPDATED 21 AUG 2026
Get an API key
On this page

Staging check override

Use this when staging is confirmed down and .github/workflows/docs-staging-check.yml would fail every merge.

The why is in staging-check-override.

How to skip

  1. Confirm staging is actually down (GET /health or a known buyer call).
  2. Run docs-staging-check via workflow_dispatch.
  3. Set skip_reason to a one-line cause. That becomes SPOT_STAGING_SKIP_REASON.
  4. The job prints STAGING_CHECK_SKIPPED reason=... and a ::warning:: annotation.

How to re-enable

Dispatch the same workflow with an empty skip_reason. The runner executes sdks/consistency/fixtures/calls.json against SPOT_STAGING_BASE_URL.

Ownership: docs/API owners (DOCS_API_OWNERS). Re-run within one business day of staging recovery.