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

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 52c81032a Update github-actions.yml
52c81032a is described below

commit 52c81032a6437c458b0d953596bd457a92b3d271
Author: Ken Liu <[email protected]>
AuthorDate: Thu Feb 29 21:50:52 2024 +0800

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

diff --git a/.github/workflows/github-actions.yml 
b/.github/workflows/github-actions.yml
index befc5b1ae..2030a0ced 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -79,7 +79,7 @@ jobs:
         if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
           chmod +x integrate_test.sh \
             && ./integrate_test.sh 
${{github.event.pull_request.head.repo.full_name}} 
${{github.event.pull_request.head.sha}} ${{github.base_ref}}
-        elif [ "$GITHUB_EVENT_NAME" == "push" ];
+        elif [ "$GITHUB_EVENT_NAME" == "push" ]; then
           chmod +x integrate_test.sh \
             && ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA 
$GITHUB_REF_NAME
         else

Reply via email to