tisonkun commented on code in PR #17551:
URL: https://github.com/apache/pulsar/pull/17551#discussion_r966158500


##########
.github/workflows/pulsar-ci-flaky.yaml:
##########
@@ -22,9 +22,27 @@ on:
   pull_request:
     branches:
       - master
+    paths-ignore:
+      # Doc
+      - 'site2/**'
+      - 'deployment/**'
+      - '.asf.yaml'
+      - '*.md'
+      - '**/*.md'
+      # CPP
+      - 'pulsar-client-cpp/**'
   push:
     branches:
       - branch-*
+    paths-ignore:
+      # Doc
+      - 'site2/**'
+      - 'deployment/**'
+      - '.asf.yaml'
+      - '*.md'
+      - '**/*.md'
+      # CPP
+      - 'pulsar-client-cpp/**'

Review Comment:
   For me, 
[paths-filter](https://github.com/apache/pulsar-test-infra/tree/master/paths-filter)
 is there because currently GitHub doesn't support `paths` and `paths-ignore` 
at job level or step level. So it should be effectively the same as those two 
filters.
   
   I don't object to use a `changed_files_job`. Thanks for your effort.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to