mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 15:40:18 +00:00
When staging-ci.yml calls test.yml as a reusable workflow, the event name is the caller's event (workflow_dispatch/schedule), not push or pull_request. This caused telegram-tests, windows-build, wasm-wit-compat, and docker-build to be skipped during staging promotion. Add github.event_name == 'workflow_call' to each gated job's condition. [skip-regression-check] Co-Authored-By: Claude Opus 4.6 <[email protected]>