Skip to content

Commit e8ec0aa

Browse files
ShortDevelopmentrhuanjl
authored andcommitted
ci: scheduled run
Execute the pipeline every week to catch build-issues early. [Azure DevOps](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&pivots=pipelines-yaml#cron-syntax)
1 parent c6a9549 commit e8ec0aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ trigger:
77
- master
88
- release/*
99

10+
schedules:
11+
- cron: "0 0 * * 1" # At 00:00 on Monday
12+
displayName: Weekly Monday Midnight
13+
branches:
14+
include:
15+
- master
16+
- release/*
17+
always: true
18+
1019
jobs:
1120
- job: Style
1221
timeoutInMinutes: 10

0 commit comments

Comments
 (0)