jonvex commented on code in PR #6575:
URL: https://github.com/apache/hudi/pull/6575#discussion_r984599288


##########
.github/workflows/bot.yml:
##########
@@ -9,6 +9,10 @@ on:
     branches:
       - master
       - 'release-*'
+    paths-ignore:
+      - '.github/**'
+      - '**.md'
+      - '**.py'

Review Comment:
   Not sure if this is what should be in the final version, and it should be in 
a separate pr probably. What it does is if you only modify a something that 
matches those, the rest of the unit tests won't run. I think it definitely 
needs to change because if we update bot.yml it should run the tests, but if 
someone just makes changes to a readme we don't need the tests to re-run



-- 
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