Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 0f725cd

Browse files
authored
Changes to schedule (#360)
1 parent d8e38e5 commit 0f725cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

smoke-test-pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
trigger: none
22

33
schedules:
4-
- cron: "0 3 * * *"
4+
- cron: "0 0,1,17,18,19,20,21,22,23 * * Mon-Fri"
55
branches:
66
include: [master]
7-
displayName: M-F 7:00PM (UTC - 8:00) Pacific daily build
8-
always: true
7+
displayName: M-F 9:00AM to 5:00pm Hourly (UTC - 8:00) PST Builds
8+
# Uncomment below if we want builds to run when the code has NOT changed
9+
#always: true
910

1011
variables:
1112
skipComponentGovernanceDetection: "true"

0 commit comments

Comments
 (0)