From 89e058425036d13fb76b05a41f092965757807fd Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 18 Jun 2020 10:25:47 -0600 Subject: [PATCH] Do not run buildkite tests if gitbook config modified (#10692) Co-authored-by: publish-docs.sh --- ci/buildkite-pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 50c8d90b61..154db813e3 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -207,7 +207,7 @@ pull_or_push_steps() { # Run the full test suite by default, skipping only if modifications are local # to some particular areas of the tree - if affects_other_than ^.buildkite ^.travis .md$ ^docs/ ^web3.js/ ^explorer/; then + if affects_other_than ^.buildkite ^.travis .md$ ^docs/ ^web3.js/ ^explorer/ ^.gitbook; then all_test_steps fi