]> granicus.if.org Git - icu/commitdiff
ICU-21177 Skip running the Exhaustive tests on changes to docs and other files.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 25 Jun 2020 01:40:58 +0000 (18:40 -0700)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 25 Jun 2020 17:59:36 +0000 (10:59 -0700)
.ci-builds/.azure-exhaustive-tests.yml

index 95897029357230aef8e83b7e3df3668bfb842b2d..c3c7782ec08d5f97c4a1c78a5330175dc08575fd 100644 (file)
@@ -12,6 +12,18 @@ trigger:
     include:
     - master
     - maint/maint-*
+  paths:
+    include:
+    - '*'
+    exclude:
+    - docs/*
+    - tools/*
+    - vendor/*
+    - .appveyor.xml
+    - .cpyskip.txt
+    - .travis.yml
+    - KEYS
+    - README.md
 
 jobs:
 #-------------------------------------------------------------------------