Skip to content

Commit

Permalink
Restore twice-a-day cron
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth authored Dec 7, 2020
1 parent 8d425d7 commit bfbc0c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ jobs:
# demands: node.js
# steps:
# - template: .ci-self/cross-release.yml

schedules:
- cron: "0 */12 * * *"
displayName: CRON build - twice a day
branches:
include:
- master
- releases/*
exclude:
- releases/ancient/*

0 comments on commit bfbc0c5

Please sign in to comment.