فهرست منبع

[ci] Remove workflow paths-ignore attribute (#7807)

It will cause our CI always waitting due to
we requests E2E contexts in .asf.yaml but
we set some ignore path on workflow e2e.
Jiajie Zhong 3 سال پیش
والد
کامیت
ab89e4335e
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      .github/workflows/e2e.yml

+ 0 - 6
.github/workflows/e2e.yml

@@ -17,13 +17,7 @@
 
 on:
   pull_request:
-    paths-ignore:
-      - '**/*.md'
-      - 'dolphinscheduler-python/pydolphinscheduler'
   push:
-    paths-ignore:
-      - '**/*.md'
-      - 'dolphinscheduler-python/pydolphinscheduler'
     branches:
       - dev