Skip to content

Commit

Permalink
change scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Oct 4, 2019
1 parent 2b6763d commit d0dd810
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
trigger: none
pr: none

schedules:
- cron: "25 7 * * *"
- cron: "29 7 * * *"
displayName: Daily midnight build
branches:
include:
Expand Down

0 comments on commit d0dd810

Please sign in to comment.