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

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/kezhenxu94-patch-1 by this 
push:
     new 5950ccb082 Update skywalking.yaml
5950ccb082 is described below

commit 5950ccb082f70e244fbbb178274fcb9842febad1
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Mon Mar 13 22:58:59 2023 +0800

    Update skywalking.yaml
---
 .github/workflows/skywalking.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/skywalking.yaml 
b/.github/workflows/skywalking.yaml
index 6cd2a67720..65ba7904ab 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -109,7 +109,7 @@ jobs:
       - name: Check results
         run: |
           [[ ${{ needs.license-header.result }} == 'success' ]] || exit 1;
-          [[ ${{ needs.code-style.result }} == 'success' ]] || exit 1
+          [[ ${{ needs.code-style.result }} == 'success' ]] || exit 1;
           [[ ${{ needs.check-javadoc.result }} == 'success' ]] || exit 1;
           [[ ${{ needs.dependency-license.result }} == 'success' ]] || [[ ${{ 
needs.dependency-license.result }} == 'skipped' ]] || exit 1;
 

Reply via email to