Skip to content

Commit

Permalink
eng: Disable PR trigger on ADO pipeline (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Jun 19, 2023
1 parent a8be745 commit 4fc7175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ trigger:
- main
- rel/*

pr: none # Disable PR trigger

# Scheduled nightly build
schedules:
- cron: "0 0 * * *"
Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ trigger:
- main
- rel/*

# Disable PR trigger
pr: none

# Scheduled nightly build
schedules:
- cron: "0 0 * * *"
Expand Down

0 comments on commit 4fc7175

Please sign in to comment.