Skip to content

Commit b9f56a2

Browse files
authored
Run builds nightly (#275)
1 parent 04729b7 commit b9f56a2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

azure-pipelines/official-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ trigger:
1212
# CI only, does not trigger on PRs.
1313
pr: none
1414

15+
schedules:
16+
- cron: '30 10 * * *'
17+
displayName: Nightly build
18+
always: true
19+
branches:
20+
include:
21+
- v4.x
22+
1523
resources:
1624
repositories:
1725
- repository: 1es

azure-pipelines/public-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ pr:
1111
include:
1212
- v4.x
1313

14+
schedules:
15+
- cron: '30 10 * * *'
16+
displayName: Nightly build
17+
always: true
18+
branches:
19+
include:
20+
- v4.x
21+
1422
resources:
1523
repositories:
1624
- repository: 1es

0 commit comments

Comments
 (0)