|
@@ -23,18 +23,18 @@ backend:
|
|
- any: ['dolphinscheduler-dao/**/*', 'dolphinscheduler-data-quality/**/*', 'dolphinscheduler-datasource-plugin/**/*']
|
|
- any: ['dolphinscheduler-dao/**/*', 'dolphinscheduler-data-quality/**/*', 'dolphinscheduler-datasource-plugin/**/*']
|
|
- any: ['dolphinscheduler-dist/**/*', 'dolphinscheduler-log-server/**/*', 'dolphinscheduler-master/**/*']
|
|
- any: ['dolphinscheduler-dist/**/*', 'dolphinscheduler-log-server/**/*', 'dolphinscheduler-master/**/*']
|
|
- any: ['dolphinscheduler-registry/**/*', 'dolphinscheduler-remote/**/*', 'dolphinscheduler-scheduler-plugin/**/*']
|
|
- any: ['dolphinscheduler-registry/**/*', 'dolphinscheduler-remote/**/*', 'dolphinscheduler-scheduler-plugin/**/*']
|
|
- - any: [ 'dolphinscheduler-server/**/*', 'dolphinscheduler-service/**/*', 'dolphinscheduler-spi/**/*' ]
|
|
|
|
- - any: [ 'dolphinscheduler-standalone-server/**/*', 'dolphinscheduler-task-plugin/**/*', 'dolphinscheduler-tools/**/*' ]
|
|
|
|
- - any: [ 'dolphinscheduler-worker/**/*', 'script/**/*' ]
|
|
|
|
|
|
+ - any: ['dolphinscheduler-server/**/*', 'dolphinscheduler-service/**/*', 'dolphinscheduler-spi/**/*']
|
|
|
|
+ - any: ['dolphinscheduler-standalone-server/**/*', 'dolphinscheduler-task-plugin/**/*', 'dolphinscheduler-tools/**/*']
|
|
|
|
+ - any: ['dolphinscheduler-worker/**/*', 'script/**/*']
|
|
|
|
|
|
document:
|
|
document:
|
|
- any: ['docs/**/*']
|
|
- any: ['docs/**/*']
|
|
|
|
|
|
CI&CD:
|
|
CI&CD:
|
|
- - any: [.github/**/*]
|
|
|
|
|
|
+ - any: ['.github/**/*']
|
|
|
|
|
|
docker:
|
|
docker:
|
|
- - any: [.deploy/**/*]
|
|
|
|
|
|
+ - any: ['.deploy/**/*']
|
|
|
|
|
|
UI:
|
|
UI:
|
|
- any: ['dolphinscheduler-ui/**/*']
|
|
- any: ['dolphinscheduler-ui/**/*']
|