Browse Source

[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
3.0.0/version-upgrade
Jiajie Zhong 3 years ago committed by GitHub
parent
commit
c110488269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/backend.yml
  2. 4
      .github/workflows/unit-test.yml

10
.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 }}

4
.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'

Loading…
Cancel
Save