From 4a4d140c5c5e71aecbab9b83bf1d8894462d43c0 Mon Sep 17 00:00:00 2001 From: Chris Rickman Date: Mon, 10 Nov 2025 17:37:55 -0800 Subject: [PATCH 1/3] Tests good, mkay --- .github/workflows/dotnet-build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 5abfe2a879..949fa4b3c3 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -8,9 +8,9 @@ name: dotnet-build-and-test on: workflow_dispatch: pull_request: - branches: ["main"] + branches: ["main", "feature-foundry-agents"] merge_group: - branches: ["main"] + branches: ["main", "feature-foundry-agents"] push: branches: ["main"] schedule: From 4e315b64c62090b6ff53d7f1d929bc7bcf8fb6f2 Mon Sep 17 00:00:00 2001 From: Chris <66376200+crickman@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:10:46 -0800 Subject: [PATCH 2/3] Update .github/workflows/dotnet-build-and-test.yml Co-authored-by: Copilot <175728472+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 949fa4b3c3..1ee5a04dec 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -12,7 +12,7 @@ on: merge_group: branches: ["main", "feature-foundry-agents"] push: - branches: ["main"] + branches: ["main", "feature-foundry-agents"] schedule: - cron: "0 0 * * *" # Run at midnight UTC daily From 91aec355f906168f2c4cfd157b01f05f59087506 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> Date: Tue, 11 Nov 2025 09:52:57 +0000 Subject: [PATCH 3/3] Enable feature build pipelines --- .github/workflows/dotnet-build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 1ee5a04dec..8c9fe22ffc 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -8,11 +8,11 @@ name: dotnet-build-and-test on: workflow_dispatch: pull_request: - branches: ["main", "feature-foundry-agents"] + branches: ["main", "feature*"] merge_group: - branches: ["main", "feature-foundry-agents"] + branches: ["main", "feature*"] push: - branches: ["main", "feature-foundry-agents"] + branches: ["main", "feature*"] schedule: - cron: "0 0 * * *" # Run at midnight UTC daily