Skip to content

Commit c490a5f

Browse files
Add monthly build schedule (#1285)
* Add monthly build schedule * Add release branches
1 parent 606820b commit c490a5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: azure-pipelines.yml

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ schedules:
1313
branches:
1414
include:
1515
- main
16+
- cron: "0 8 22-28 * 0" # Fourth Sunday of each month at 8:00 UTC
17+
displayName: "Monthly build check"
18+
branches:
19+
include:
20+
- main
21+
- release/*
22+
always: true # Run even if there have been no source code changes since the last successful scheduled run
23+
batch: false # Do not run the pipeline if the previously scheduled run is in-progress
24+
1625
variables:
1726
- template: /eng/common/templates-official/variables/pool-providers.yml@self
1827
- name: _TeamName

0 commit comments

Comments
 (0)