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. # limitations under the License.
# #
on: ["push", "pull_request"] on: ["pull_request"]
env: env:
DOCKER_DIR: ./docker DOCKER_DIR: ./docker
LOG_DIR: /tmp/dolphinscheduler LOG_DIR: /tmp/dolphinscheduler

2
.github/workflows/ci_ut.yml

@ -15,7 +15,7 @@
# limitations under the License. # limitations under the License.
# #
on: ["push", "pull_request"] on: ["pull_request"]
env: env:
DOCKER_DIR: ./docker DOCKER_DIR: ./docker
LOG_DIR: /tmp/dolphinscheduler LOG_DIR: /tmp/dolphinscheduler

Loading…
Cancel
Save