From 9ce88eef64f1144646f597aeafa2779b24e41f98 Mon Sep 17 00:00:00 2001 From: pedro romero vargas <76129899+p3dr0rv@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:38:25 -0700 Subject: [PATCH 1/3] Update validate-pr-ab-id.yml --- .github/workflows/validate-pr-ab-id.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr-ab-id.yml b/.github/workflows/validate-pr-ab-id.yml index db064c90c..9dfeb157a 100644 --- a/.github/workflows/validate-pr-ab-id.yml +++ b/.github/workflows/validate-pr-ab-id.yml @@ -7,7 +7,7 @@ name: 'AB#ID Check' on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, labeled] jobs: # This action checks your pull request to make sure it is linked to a work item using AB# before you can merge. From 711400ca9babfaff6c007c6c31547d0c513fa2a5 Mon Sep 17 00:00:00 2001 From: pedro romero vargas <76129899+p3dr0rv@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:39:58 -0700 Subject: [PATCH 2/3] Update pr-msal.yml --- azure-pipelines/pull-request-validation/pr-msal.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines/pull-request-validation/pr-msal.yml b/azure-pipelines/pull-request-validation/pr-msal.yml index 69eda1d9a..45f6adcc5 100644 --- a/azure-pipelines/pull-request-validation/pr-msal.yml +++ b/azure-pipelines/pull-request-validation/pr-msal.yml @@ -17,14 +17,6 @@ variables: - group: MSIDLABVARS - group: devex-ciam-test -trigger: - branches: - include: - - dev - - master - - release/* - batch: True - resources: repositories: - repository: common From 67c43b5176d03b4aa3f755275d18a381c65c154c Mon Sep 17 00:00:00 2001 From: pedro romero vargas <76129899+p3dr0rv@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:45:15 -0700 Subject: [PATCH 3/3] Update msal-instrumented-test.yml for Azure Pipelines --- azure-pipelines/auth-client/msal-instrumented-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines/auth-client/msal-instrumented-test.yml b/azure-pipelines/auth-client/msal-instrumented-test.yml index 7427da09f..8915c33b0 100644 --- a/azure-pipelines/auth-client/msal-instrumented-test.yml +++ b/azure-pipelines/auth-client/msal-instrumented-test.yml @@ -2,9 +2,6 @@ # Description: Run instrumented test for MSAL. name: Instrumented Tests -trigger: -- dev - resources: repositories: - repository: android-complete