prevent hourly build from running on pr or merge (#1661)

This commit is contained in:
Gary Verhaegen 2019-06-14 01:12:06 +02:00 committed by mergify[bot]
parent 8e144420c4
commit d95b9eaeb7

View File

@ -1,5 +1,10 @@
# Azure Pipelines file, see https://aka.ms/yaml
# Do not run on PRs
pr: none
# Do not run on merge to master
trigger: none
# Do run on a schedule (hourly)
schedules:
- cron: "0 * * * *"
displayName: hourly cron