Skip to content

Commit 1447f3d

Browse files
committed
Adjust Azure cron settings
1 parent f6877e4 commit 1447f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
schedules:
2-
- cron: "0 0 * * 1"
3-
displayName: "weekly"
2+
- cron: '0 9 * * *'
3+
displayName: 'Daily cron'
44
branches:
55
include:
66
- master
7-
always: "true"
7+
always: 'true'
88

99
jobs:
1010

0 commit comments

Comments
 (0)