This is an automated email from the ASF dual-hosted git repository.
justxuewei pushed a commit to branch release-3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/release-3.0 by this push:
new 2e80ad95c [3.0] ci: Enable integration testing for push event (#2294)
2e80ad95c is described below
commit 2e80ad95c11a52555d60e95850a5cda0c0528716
Author: Xuewei Niu <[email protected]>
AuthorDate: Thu Apr 6 17:09:50 2023 +0800
[3.0] ci: Enable integration testing for push event (#2294)
Signed-off-by: Xuewei Niu <[email protected]>
---
.github/workflows/github-actions.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/github-actions.yml
b/.github/workflows/github-actions.yml
index 35616155b..74933f9aa 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -72,9 +72,7 @@ jobs:
run: |
make verify
- # This step only runs when the event type is a pull_request
- name: Integration Testing
- if: ${{ github.event_name == 'pull_request' }}
run: |
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
chmod +x integrate_test.sh \