You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/04/02 04:52:07 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on a change in pull request #9325: [Improve][CI] improve ci checking

kezhenxu94 commented on a change in pull request #9325:
URL: https://github.com/apache/dolphinscheduler/pull/9325#discussion_r841008182



##########
File path: .github/workflows/e2e.yml
##########
@@ -17,9 +17,13 @@
 
 on:
   pull_request:
+    paths-ignore:
+      - 'docs/**'
   push:
     branches:
       - dev
+    paths-ignore:
+      - 'docs/**'

Review comment:
       I remember I told you that this can not be added because if the workflow is skipped, the PRs cannot be merged




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org