This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/skywalking-banyandb-client-proto.git


The following commit(s) were added to refs/heads/main by this push:
     new 7734a83  Refactor CI workflow configuration in ci.yml for improved 
clarity and consistency. (#1)
7734a83 is described below

commit 7734a83a61651bace94a2b9cdf94062732a98638
Author: Gao Hongtao <[email protected]>
AuthorDate: Fri Dec 19 15:00:44 2025 +0800

    Refactor CI workflow configuration in ci.yml for improved clarity and 
consistency. (#1)
---
 .github/workflows/ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b271909..d3effbc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,9 +79,9 @@ jobs:
           echo "Generated classes location: target/classes"
 
 
-ci:
-  name: CI
-  runs-on: ubuntu-latest
-  needs: [ check-license-header, verify-proto ]
-  steps:
-    - run: echo 'Success'
+  ci:
+    name: CI
+    runs-on: ubuntu-latest
+    needs: [ check-license-header, verify-proto ]
+    steps:
+      - run: echo 'Success'

Reply via email to