Skip to content

Commit

Permalink
Add scheduled job to azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 12, 2020
1 parent d27fd55 commit 7a78281
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ trigger:
- '*pre*'
- '*post*'

schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
branches:
include:
- master
always: true

jobs:
- template: run-tox-env.yml@OpenAstronomy
parameters:
Expand Down

0 comments on commit 7a78281

Please sign in to comment.