From 7644e43f0d5b1c7753a516de4f9b0a3f4678c351 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 19 Jan 2018 14:10:13 -0800 Subject: [PATCH] Skip appveyor builds for automated updates [ci skip] --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5372b51e43..6b8813a0c9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,6 +9,8 @@ branches: install: # Set depth to 50 because the commit we need may not be at the tip of the branch configured in .gitmodules - git submodule update --init --depth=50 --recursive +skip_commits: + message: /.*\[auto-updated:.*/ build_script: - ps: .\run.ps1 default-build /t:ComputeGraph clone_depth: 1