From de1a7e77560aa70b59edcf160ea9dc73a4f83708 Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:39:36 -0800 Subject: [PATCH] Small update --- .github/workflows/dotnet-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-integration-tests.yml b/.github/workflows/dotnet-integration-tests.yml index 364fb9732d..029ec5151d 100644 --- a/.github/workflows/dotnet-integration-tests.yml +++ b/.github/workflows/dotnet-integration-tests.yml @@ -1,6 +1,6 @@ # # Dedicated .NET integration tests workflow, called from the manual integration test orchestrator. -# Only runs integration test matrix entries (net10.0 and net472). No unit tests, no coverage. +# Only runs integration test matrix entries (net10.0 and net472). # name: dotnet-integration-tests