This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 1b89942b834 HDDS-14596. Require successful basic checks for javadoc
check (#9816)
1b89942b834 is described below
commit 1b89942b8347fd5b55f87202b2f311e77fcd9869
Author: len548 <[email protected]>
AuthorDate: Tue Feb 24 16:54:17 2026 +0100
HDDS-14596. Require successful basic checks for javadoc check (#9816)
---
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0d35d03c2ba..aa9d99cb35e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -214,6 +214,7 @@ jobs:
needs:
- build-info
- build
+ - basic
if: needs.build-info.outputs.needs-compile == 'true'
uses: ./.github/workflows/check.yml
secrets: inherit
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]