From 21e8dc8f9265f6ad93095dc531a2b609d32efe33 Mon Sep 17 00:00:00 2001 From: westey <164392973+westey-m@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:46:37 +0000 Subject: [PATCH] Add missing path to verify-samples run checkout --- .github/workflows/dotnet-verify-samples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-verify-samples.yml b/.github/workflows/dotnet-verify-samples.yml index 40ee3124b4..7cb0b9636f 100644 --- a/.github/workflows/dotnet-verify-samples.yml +++ b/.github/workflows/dotnet-verify-samples.yml @@ -48,7 +48,8 @@ jobs: . .github dotnet - workflow-samples + python + declarative-agents - name: Setup dotnet uses: actions/setup-dotnet@v5.2.0