From 5c76923e5ad6d6ddd4e495ae5fd0c35bbf1b96d5 Mon Sep 17 00:00:00 2001 From: Eran Toledano Date: Mon, 17 Aug 2020 12:57:00 -0700 Subject: [PATCH] add validation job to azure-pipeline --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 96c0b8da0f..127731dd7e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,7 @@ trigger: jobs: - template: .azure-pipelines/detectionsValidations.yaml +- template: .azure-pipelines/workbooksValidations.yaml - template: .azure-pipelines/yamlFileValidator.yaml - template: .azure-pipelines/jsonFileValidator.yaml - template: .azure-pipelines/documentsLinkValidator.yaml