Parcourir la 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
Jiajie Zhong il y a 3 ans
Parent
commit
c110488269
2 fichiers modifiés avec 0 ajouts et 14 suppressions
  1. 0 10
      .github/workflows/backend.yml
  2. 0 4
      .github/workflows/unit-test.yml

+ 0 - 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 }}

+ 0 - 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'