From 7b0bbd203ad11d24f25562ba2ff355448c43ce9b Mon Sep 17 00:00:00 2001 From: pash Date: Thu, 19 Feb 2026 17:34:39 -0800 Subject: [PATCH] chore: ci no-op check --- codex-rs/core/tests/responses_headers.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/tests/responses_headers.rs b/codex-rs/core/tests/responses_headers.rs index 71c8b4717a..88be90dc72 100644 --- a/codex-rs/core/tests/responses_headers.rs +++ b/codex-rs/core/tests/responses_headers.rs @@ -23,6 +23,7 @@ use pretty_assertions::assert_eq; use tempfile::TempDir; use wiremock::matchers::header; +// Comment-only change to force a full CI run on a no-op PR. #[tokio::test] async fn responses_stream_includes_subagent_header_on_review() { core_test_support::skip_if_no_network!();