openclaw - 💡(How to fix) Fix Scheduled Live And E2E Checks workflow consistently fails with startup_failure [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#80309Fetched 2026-05-11 03:16:27
View on GitHub
Comments
1
Participants
2
Timeline
1
Reactions
2
Timeline (top)
commented ×1

The OpenClaw Scheduled Live And E2E Checks workflow has been failing with startup_failure every day since at least 2026-05-01 (runs #1 through #5 and counting).

Root Cause

The OpenClaw Scheduled Live And E2E Checks workflow has been failing with startup_failure every day since at least 2026-05-01 (runs #1 through #5 and counting).

Fix Action

Fix / Workaround

  1. All scheduled (cron) runs fail with startup_failure — every single daily run since at least May 1st.
  2. Manual workflow_dispatch runs succeed — the same reusable workflow was successfully triggered manually on 2026-05-10T12:59:48Z (run ID 25629373900).
  3. Other scheduled workflows work normally — CodeQL, Install Smoke, and Control UI Locale Refresh all run successfully on their schedules.
  4. The reusable workflow is correctly configuredopenclaw-live-and-e2e-checks-reusable.yml has both workflow_dispatch and workflow_call triggers defined, and all secrets are declared in both the caller and the reusable workflow.
RAW_BUFFERClick to expand / collapse

Summary

The OpenClaw Scheduled Live And E2E Checks workflow has been failing with startup_failure every day since at least 2026-05-01 (runs #1 through #5 and counting).

Evidence

Run #Date (UTC)Run IDConclusion
#12026-05-0125203896037startup_failure
#22026-05-0225244680263startup_failure
#32026-05-0325271039128startup_failure
#42026-05-0425302914484startup_failure
#52026-05-1025620947624startup_failure

(All runs between 05-04 and 05-10 exhibit the same pattern.)

All runs show 0 jobs created — the workflow fails before any job is scheduled.

Key Observations

  1. All scheduled (cron) runs fail with startup_failure — every single daily run since at least May 1st.
  2. Manual workflow_dispatch runs succeed — the same reusable workflow was successfully triggered manually on 2026-05-10T12:59:48Z (run ID 25629373900).
  3. Other scheduled workflows work normally — CodeQL, Install Smoke, and Control UI Locale Refresh all run successfully on their schedules.
  4. The reusable workflow is correctly configuredopenclaw-live-and-e2e-checks-reusable.yml has both workflow_dispatch and workflow_call triggers defined, and all secrets are declared in both the caller and the reusable workflow.

Possible Causes

  • Missing or expired repository secrets — The caller workflow passes 30+ API key secrets. If any required secret is missing, GitHub Actions may fail to resolve ${{ secrets.XXX }} during the schedule trigger.
  • GitHub Actions runner/queue limitations — The large number of secrets and the reusable workflow chain may hit a scheduling constraint for schedule-triggered events.
  • Reusable workflow version mismatch — The caller references ./.github/workflows/openclaw-live-and-e2e-checks-reusable.yml, which should always resolve to the latest commit on main, but there may be a caching or resolution issue specific to scheduled runs.

Request

Could a maintainer with repository admin access check:

  1. Whether all required secrets listed in .github/workflows/openclaw-scheduled-live-checks.yml are still configured in the repository settings
  2. Whether there are any GitHub Actions runner or concurrency limitations affecting this workflow
  3. Whether the reusable workflow reference needs to be updated or the workflow file has a syntax issue not caught by YAML validation

Thanks!

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Scheduled Live And E2E Checks workflow consistently fails with startup_failure [1 comments, 2 participants]