Skip to content

Commit

Permalink
Adjust Azure cron settings
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 9, 2019
1 parent f6877e4 commit 1447f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
schedules:
- cron: "0 0 * * 1"
displayName: "weekly"
- cron: '0 9 * * *'
displayName: 'Daily cron'
branches:
include:
- master
always: "true"
always: 'true'

jobs:

Expand Down

0 comments on commit 1447f3d

Please sign in to comment.