From 87d460169afe242b4ad09694fa429eafa9c305b8 Mon Sep 17 00:00:00 2001 From: Udayboppasafelite Date: Mon, 29 Jun 2026 13:42:31 -0400 Subject: [PATCH] Azure pipeline yml file - filter tag 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 8defd878..d267877f 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' + filterTags: 'Liberty Mutual|Safeco' playwrightTestsPath: 'playwright-tests' npmServePath: '.' npmrcPath: 'playwright-tests/.npmrc'