This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 5626c4b042 [chore](asf) Make workflows required (#14591) 5626c4b042 is described below commit 5626c4b04211fd4ab5aa886e8e309784aa147d09 Author: Adonis Ling <adonis0...@gmail.com> AuthorDate: Sat Nov 26 11:48:05 2022 +0800 [chore](asf) Make workflows required (#14591) Make the following workflows required. 1. BE UT (macOS) 2. Build Third Party Libraries (Linux) 3. Build Third Party Libraries (macOS) --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index c04fb2accc..daa030838f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -60,6 +60,9 @@ github: - BE UT (Clang) - ShellCheck - clickbench (benchmark) + - BE UT (macOS) + - Build Third Party Libraries (Linux) + - Build Third Party Libraries (macOS) required_pull_request_reviews: dismiss_stale_reviews: true --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org