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