From b850420180bd0b6e61f299a3f5de8e65f9f90302 Mon Sep 17 00:00:00 2001 From: Udayboppasafelite Date: Fri, 10 Jul 2026 09:33:44 -0400 Subject: [PATCH] Filter tag in pipeline changes --- azure-pipelines-automated-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index d267877f..8defd878 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -47,7 +47,7 @@ stages: targetUrl: $(BASE_URL) dockerFileName: 'Dockerfile.playwright' isRegression: ${{ variables.IS_REGRESSION }} - filterTags: 'Liberty Mutual|Safeco' + filterTags: 'Liberty Mutual' playwrightTestsPath: 'playwright-tests' npmServePath: '.' npmrcPath: 'playwright-tests/.npmrc'