rohangarg commented on code in PR #13812:
URL: https://github.com/apache/druid/pull/13812#discussion_r1108368104


##########
.github/workflows/unit-and-integration-tests-unified.yml:
##########
@@ -16,10 +16,20 @@
 name: Unit & Integration tests CI
 on:
   push:
+    paths-ignore:
+      - 'docs/**'
+      - 'examples/**'

Review Comment:
   I think the `examples` folder used for setting up hadoop for ITs - should we 
ignore changes in that or let it run the full CI? The changes in `examples` 
folder are also very in-frequent.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to