Skip to content

Commit

Permalink
Set cron job, disable CI and PR (tardis-sn#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Feb 2, 2020
1 parent f341830 commit 4df716b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions azure-pipelines/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
batch: true
branches:
include:
- master
trigger: none
pr: none
schedules:
- cron: "30 22 * * 0"
displayName: Weekly Sunday build
branches:
include:
- master
always: true

variables:
system.debug: "true"
Expand Down

0 comments on commit 4df716b

Please sign in to comment.