Skip to content

Commit c3418f3

Browse files
aranta-rokadesivakami
authored andcommitted
[ci] add a daily schedule for ACN PR pipeline (#3207)
add daily schedule
1 parent 8a10fa9 commit c3418f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pipelines/pipeline.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ trigger:
1919
include:
2020
- "*"
2121

22+
schedules:
23+
- cron: "0 2 * * *" # Every day at 2am
24+
displayName: "Official Nightly Pipeline"
25+
branches:
26+
include: ["master"]
27+
always: true
28+
2229
stages:
2330
- stage: setup
2431
displayName: ACN

0 commit comments

Comments
 (0)