summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2018-10-08 15:21:33 -0400
committerBryan McLellan <btm@loftninjas.org>2018-10-08 15:21:33 -0400
commit49c71a6e292591ab06b1e1328207fbd9f28332f4 (patch)
tree921c3d74d0194545dcfb7ee25069e417f78e0997
parente72c5001468bb4b2806584c9506abf9cd52db126 (diff)
downloadohai-btm/appveyor_skips.tar.gz
Skip appveyor on docs/version bump commitsbtm/appveyor_skips
This will skip commits that only change docs as well as the Expeditor commits that only change the version (which cause a second identical test to run). Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 02e50b5f..0883b614 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,6 +10,17 @@ environment:
clone_folder: c:\projects\ohai
clone_depth: 1
+
+skip_commits:
+ # version bumps by Expeditor happen as a separate commit after the merge, we can skip
+ author: Chef Expeditor
+ # if ONLY the files listed below are changed in a commit, skip
+ files:
+ - MAINTAINERS.md
+ - MAINTAINERS.toml
+ - CHANGELOG.md
+ - RELEASE_NOTES.md
+
skip_tags: true
branches:
only: