Skip to content

Commit 772f706

Browse files
committed
Rework automatic test schedual
1 parent be93cd9 commit 772f706

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,18 @@ resources:
5555
#########################################################################################
5656
# When and under what condition to run the pipeline.
5757
schedules:
58-
- cron: "32 1 * * *"
59-
displayName: Nightly build
58+
- cron: "0 0 * * 0"
59+
displayName: Weekly build - master
6060
branches:
6161
include:
6262
- master
6363
always: true
64+
- cron: "0 2 * * 0"
65+
displayName: Nightly build - v6.2-dev
66+
branches:
67+
include:
68+
- v6.2-dev
69+
always: true
6470

6571
jobs:
6672
- job: build_and_run_tests

0 commit comments

Comments
 (0)