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 cf95f2269 Update github-actions.yml
cf95f2269 is described below
commit cf95f2269cf078c5e9822fb6e67f3dc863531998
Author: Ken Liu <[email protected]>
AuthorDate: Thu Feb 29 21:49:14 2024 +0800
Update github-actions.yml
---
.github/workflows/github-actions.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/github-actions.yml
b/.github/workflows/github-actions.yml
index 2030a0ced..ca5625579 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -78,8 +78,8 @@ jobs:
run: |
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" ]; then
+ && ./integrate_test.sh
${{github.event.pull_request.head.repo.full_name}}
${{github.event.pull_request.head.sha}} main
+ elif [ "$GITHUB_EVENT_NAME" == "push" ]; the
chmod +x integrate_test.sh \
&& ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA
$GITHUB_REF_NAME
else