Skip to content

Commit fa76236

Browse files
authored
make official pipeline run nightly (#1096)
1 parent fcfe35d commit fa76236

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

eng/ci/official.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ trigger:
55
- v4.x/*
66
- v3.x/*
77

8+
schedules:
9+
- cron: "0 0 * * *"
10+
displayName: Daily midnight build
11+
branches:
12+
include:
13+
- dev
14+
- v4.x/*
15+
- v3.x/*
16+
always: true
17+
818
# CI only, does not trigger on PRs.
919
pr: none
1020

0 commit comments

Comments
 (0)