From 79093d74aa1632e5eac937480774b6fd29084228 Mon Sep 17 00:00:00 2001 From: Jeff Rasley Date: Wed, 9 Sep 2020 15:35:26 -0700 Subject: [PATCH] Update test triggers to exclude docs --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 244b55068962..16d4d8c26501 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,8 @@ - +trigger: + paths: + exclude: + - docs + - azure jobs: - job: DeepSpeed_Tests timeoutInMinutes: 360