From 2a55b351767345e201f2c71d67711f89cf85dc3b Mon Sep 17 00:00:00 2001 From: Giles Odigwe Date: Fri, 8 May 2026 07:48:34 -0700 Subject: [PATCH] Address PR feedback: add Workflows.Generators to core filter, drop dotnetChanges gate from functions job Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/dotnet-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index e3fc869088..6e4f08086f 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -76,6 +76,7 @@ jobs: - 'dotnet/src/Microsoft.Agents.AI.Abstractions/**' - 'dotnet/src/Microsoft.Agents.AI.OpenAI/**' - 'dotnet/src/Microsoft.Agents.AI.Workflows/**' + - 'dotnet/src/Microsoft.Agents.AI.Workflows.Generators/**' - 'dotnet/eng/scripts/New-FilteredSolution.ps1' - 'dotnet/tests/Directory.Build.props' - 'dotnet/Directory.Packages.props' @@ -443,7 +444,6 @@ jobs: dotnet-test-functions: needs: [paths-filter] if: > - needs.paths-filter.outputs.dotnetChanges == 'true' && github.event_name != 'pull_request' && (needs.paths-filter.outputs.functionsChanged == 'true' || needs.paths-filter.outputs.coreChanged == 'true' ||