From e0a76f87a632d3a50aba1d442c8a45be8b5f2c01 Mon Sep 17 00:00:00 2001 From: Mike Yagley Date: Fri, 16 Nov 2018 11:32:19 -0800 Subject: [PATCH] Remove pull request validation paths for now (#547) --- builds/checkin/dotnet.yaml | 9 --------- builds/checkin/edgelet.yaml | 6 ------ builds/checkin/libiothsm.yaml | 4 ---- 3 files changed, 19 deletions(-) diff --git a/builds/checkin/dotnet.yaml b/builds/checkin/dotnet.yaml index c21f9a4d806..f4d3b53b82a 100644 --- a/builds/checkin/dotnet.yaml +++ b/builds/checkin/dotnet.yaml @@ -3,15 +3,6 @@ pr: branches: include: - master - paths: - include: - - builds/* - - edge-agent/* - - edge-hub/* - - edge-modules/* - - edge-util/* - - scripts/* - - smoke/* jobs: ################################################################################ diff --git a/builds/checkin/edgelet.yaml b/builds/checkin/edgelet.yaml index 972d1f17bdc..9254dd6e9ee 100644 --- a/builds/checkin/edgelet.yaml +++ b/builds/checkin/edgelet.yaml @@ -3,12 +3,6 @@ pr: branches: include: - master - paths: - include: - - builds/* - - edgelet/* - exclude: - - edgelet/hsm-sys/azure-iot-hsm-c/* jobs: ################################################################################ diff --git a/builds/checkin/libiothsm.yaml b/builds/checkin/libiothsm.yaml index 623620ebe03..9b29625acee 100644 --- a/builds/checkin/libiothsm.yaml +++ b/builds/checkin/libiothsm.yaml @@ -3,10 +3,6 @@ pr: branches: include: - master - paths: - include: - - builds/* - - edgelet/hsm-sys/* jobs: ################################################################################