From 95d3efd46d47540d718a49e8ddd9c46c86a2c0fb Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:32:54 -0800 Subject: [PATCH] Small update --- .github/workflows/python-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-integration-tests.yml b/.github/workflows/python-integration-tests.yml index c323c4b7d6..902c980794 100644 --- a/.github/workflows/python-integration-tests.yml +++ b/.github/workflows/python-integration-tests.yml @@ -1,6 +1,6 @@ # # Dedicated Python integration tests workflow, called from the manual integration test orchestrator. -# Only runs integration tests (core + Azure AI). No sample tests, no paths filtering. +# Runs all tests (unit + integration). # name: python-integration-tests