This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch ci in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-client-proto.git
commit 4968b06e60912a528e4a84fb6d3e43e7889016cc Author: Gao Hongtao <[email protected]> AuthorDate: Fri Dec 19 06:53:10 2025 +0000 Refactor CI workflow configuration in ci.yml for improved clarity and consistency. --- .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'
