From 3cdd54422db84d844b4e95926f3e2db2f0c1d439 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 8 Jul 2020 10:32:41 -0700 Subject: [PATCH] Skip tests on .merify.yml only PRs --- 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 f02f42e38..234df514a 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/ ^.gitbook; then + if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^web3.js/ ^explorer/ ^.gitbook; then all_test_steps fi