From 8efa5c85356b3de8591ed22ea458c36737d2c877 Mon Sep 17 00:00:00 2001 From: qiye Date: Wed, 20 Dec 2023 14:42:47 +0800 Subject: [PATCH] [chore](github) Make the clucene-2.0 build workflows required (#158) --- .asf.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index fd6e872..9d62a9e 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,5 +61,11 @@ github: contexts: - Build (Linux) - Build (macOS) + clucene-2.0: + required_status_checks: + strict: false + contexts: + - Build (Linux) + - Build (macOS) notifications: pullrequests_status: commits@doris.apache.org