Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove triggers from pipelines and execute ABID validator on label change #2179

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr-ab-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions azure-pipelines/auth-client/msal-instrumented-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Description: Run instrumented test for MSAL.
name: Instrumented Tests

trigger:
- dev

resources:
repositories:
- repository: android-complete
Expand Down
8 changes: 0 additions & 8 deletions azure-pipelines/pull-request-validation/pr-msal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ variables:
- group: MSIDLABVARS
- group: devex-ciam-test

trigger:
branches:
include:
- dev
- master
- release/*
batch: True

resources:
repositories:
- repository: common
Expand Down
Loading