Skip to content

Commit

Permalink
add monthly cron trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Sep 29, 2020
1 parent 5fff724 commit 666f51a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines/compare-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
trigger: none
pr: [ master ]

schedules:
- cron: '0 0 1 * *'
displayName: 'Monthly test'
branches:
include:
- master

variables:
system.debug: false

Expand Down Expand Up @@ -45,7 +52,7 @@ jobs:
- bash: |
cd $(refdata.dir)/notebooks
source activate tardis
jupyter nbconvert ref_data_compare.ipynb --to html --allow-errors --execute --ExecutePreprocessor.timeout=6000
jupyter nbconvert ref_data_compare.ipynb --to html --execute --allow-errors --ExecutePreprocessor.timeout=6000
displayName: 'Render notebook (allow errors)'
condition: failed()
Expand Down

0 comments on commit 666f51a

Please sign in to comment.