diff --git a/.github/workflows/validate-pr-ab-id.yml b/.github/workflows/validate-pr-ab-id.yml index db064c90c1..9dfeb157a1 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. diff --git a/azure-pipelines/auth-client/msal-instrumented-test.yml b/azure-pipelines/auth-client/msal-instrumented-test.yml index 7427da09fd..8915c33b06 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 diff --git a/azure-pipelines/pull-request-validation/pr-msal.yml b/azure-pipelines/pull-request-validation/pr-msal.yml index 69eda1d9a9..45f6adcc5f 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