This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new c110488 [ci] Remove GA path rule in build and unittest (#6797)
c110488 is described below
commit c1104882699db51dc789119e4871ff25a72c03aa
Author: Jiajie Zhong <[email protected]>
AuthorDate: Thu Nov 11 17:32:57 2021 +0800
[ci] Remove GA path rule in build and unittest (#6797)
CI could not be run due to we add 9113817b to asf
configure and same file change will not trigger
build or unit test github actions run. This patch
try to skip github action path ignore rule temporarily
Maybe we should find more effective way to spearate py
, js, java CI later
---
.github/workflows/backend.yml | 10 ----------
.github/workflows/unit-test.yml | 4 ----
2 files changed, 14 deletions(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 55475b2..2a4f625 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -32,16 +32,6 @@ on:
- 'dolphinscheduler-rpc/**'
- 'dolphinscheduler-server/**'
pull_request:
- paths:
- - '.github/workflows/backend.yml'
- - 'package.xml'
- - 'pom.xml'
- - 'dolphinscheduler-alert/**'
- - 'dolphinscheduler-api/**'
- - 'dolphinscheduler-common/**'
- - 'dolphinscheduler-dao/**'
- - 'dolphinscheduler-rpc/**'
- - 'dolphinscheduler-server/**'
concurrency:
group: backend-${{ github.event.pull_request.number || github.ref }}
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index e1e0dd7..87a0b86 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -19,10 +19,6 @@ name: Test
on:
pull_request:
- paths-ignore:
- - '**/*.md'
- - 'dolphinscheduler-ui'
- - 'dolphinscheduler-python/pydolphinscheduler'
push:
paths-ignore:
- '**/*.md'