Skip to content

Commit

Permalink
Provide weekly schedule for vswhere compliance run (#284)
Browse files Browse the repository at this point in the history
* Provide weekly schedule for vswhere compliance run

* Changed branch schedule to main
  • Loading branch information
Preecington authored Nov 22, 2022
1 parent 6055820 commit 7accdbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vsts-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ trigger:
paths:
exclude:
- README.md

schedules:
- cron: "0 18 * * Mon"
displayName: Monday 11am PDT (6pm UTC) build
branches:
include:
- main
always: true

pr: none

Expand Down

0 comments on commit 7accdbd

Please sign in to comment.