Skip to content

Commit a38fe4c

Browse files
Merge pull request #302 from StuartWheater/master
Fixed auto-test schedules
2 parents e3e4788 + e7dd325 commit a38fe4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ schedules:
5858
- cron: "0 0 * * 0"
5959
displayName: Weekly build - master
6060
branches:
61-
include:
61+
include:
6262
- master
6363
always: true
64-
- cron: "0 2 * * 0"
64+
- cron: "0 2 * * *"
6565
displayName: Nightly build - v6.2-dev
6666
branches:
67-
include:
67+
include:
6868
- v6.2-dev
6969
always: true
7070

0 commit comments

Comments
 (0)