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