From 1da63ab78193c57113c688c9f54ff65da1250741 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Thu, 2 Oct 2025 20:04:44 +0000 Subject: [PATCH] trigger webjobs.extensions when azure.storage.blobs is changed --- sdk/storage/ci.functions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/storage/ci.functions.yml b/sdk/storage/ci.functions.yml index 446f70e2545c..850c6cb87c6f 100644 --- a/sdk/storage/ci.functions.yml +++ b/sdk/storage/ci.functions.yml @@ -31,8 +31,12 @@ extends: - name: Microsoft.Azure.WebJobs.Extensions.Storage.Blobs safeName: MicrosoftAzureWebJobsExtensionsStorageBlobs skipSmokeTests: true + triggeringPaths: + - /sdk/storage/Azure.Storage.Blobs/ - name: Microsoft.Azure.WebJobs.Extensions.Storage.Queues safeName: MicrosoftAzureWebJobsExtensionsStorageQueues skipSmokeTests: true + triggeringPaths: + - /sdk/storage/Azure.Storage.Queues/ TestSetupSteps: - template: /sdk/storage/tests-install-azurite.yml