tejaswini-imply commented on code in PR #13812:
URL: https://github.com/apache/druid/pull/13812#discussion_r1108082545
##########
.github/workflows/unit-and-integration-tests-unified.yml:
##########
@@ -16,10 +16,22 @@
name: Unit & Integration tests CI
on:
push:
+ paths-ignore:
+ - 'docs/**'
+ - 'examples/**'
+ - 'helm/**'
+ - 'integration-tests*/**'
+ - 'web-console/**'
branches:
- master
- /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
pull_request:
+ paths-ignore:
+ - 'docs/**'
+ - 'examples/**'
+ - 'helm/**'
+ - 'integration-tests*/**'
Review Comment:
I guess we can also add extra `paths-ignore` on individual workflows,
suppose `'integration-tests*/**'` in `unit-tests.yml`, but that might also not
let ITs run as per the current flow. We could alter the flow to run ITs if unit
tests are either successful or skipped. But it's complex and can be done as
part of a separate PR.
--
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]