From 14e81aeaae5e0085c5a78363cc2cf41f98e02fb2 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 7 Mar 2024 15:59:26 -0500 Subject: [PATCH] don't not run linux tests just because there is a doc change --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 215e71ef83f57..8f3ac2f782479 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,6 +25,5 @@ workflows: # mapping: | presto-native-execution/.* run_native_specific_jobs true - presto-docs/.* run_linux_tests false base-revision: master config-path: .circleci/continue_config.yml