Browse Source

action push delete

pull/2/head
xiaochun.liu 5 years ago
parent
commit
18d7ff274b
  1. 2
      .github/workflows/ci_e2e.yml
  2. 2
      .github/workflows/ci_ut.yml

2
.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

2
.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

Loading…
Cancel
Save