Skip to content

Commit

Permalink
Refactor the update-dependencies pipeline to run once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored and mthalman committed Mar 24, 2020
1 parent 25052aa commit c01c7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
trigger: none
pr: none
schedules:
- cron: "0 13,17,22 * * Mon-Fri"
displayName: M-F 3 times daily build
- cron: "0 13 * * Mon-Fri"
displayName: M-F daily build
branches:
include:
- nightly
Expand Down

0 comments on commit c01c7a5

Please sign in to comment.