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
Codex review pass 70 (after a ChatGPT-backend outage forced two retries) raised a
single P2: the report-soak-failures job's `if: !cancelled()` guard may skip the
reporter when a needed soak job is cancelled by its own job-level timeout,
dropping the intended timeout signal. Deferred rather than blindly changed — the
exact GitHub Actions cancellation semantics need validation with a throwaway
workflow run, and the current guard was chosen deliberately to avoid false
regression reports on a manual run cancellation. Recorded in the follow-up
ledger.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments