This is an automated email from the ASF dual-hosted git repository.
jave pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 18d7ff2 action push delete
new d33b883 Merge pull request #2085 from khadgarmage/ci-action-alter
18d7ff2 is described below
commit 18d7ff274b8757b2e37f42790473ca472cf66274
Author: xiaochun.liu <[email protected]>
AuthorDate: Thu Mar 5 11:33:24 2020 +0800
action push delete
---
.github/workflows/ci_e2e.yml | 2 +-
.github/workflows/ci_ut.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci_e2e.yml b/.github/workflows/ci_e2e.yml
index 5282681..7d9c5e3 100644
--- a/.github/workflows/ci_e2e.yml
+++ b/.github/workflows/ci_e2e.yml
@@ -15,7 +15,7 @@
# limitations under the License.
#
-on: ["push", "pull_request"]
+on: ["pull_request"]
env:
DOCKER_DIR: ./docker
LOG_DIR: /tmp/dolphinscheduler
diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index 45ff3ca..e7e4743 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -15,7 +15,7 @@
# limitations under the License.
#
-on: ["push", "pull_request"]
+on: ["pull_request"]
env:
DOCKER_DIR: ./docker
LOG_DIR: /tmp/dolphinscheduler