You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekagarwal87 (via GitHub)" <gi...@apache.org> on 2023/02/16 06:33:06 UTC

[GitHub] [druid] abhishekagarwal87 commented on a diff in pull request #13812: Don't run UTs, ITs when there are only docs, helm and console changes.

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


##########
.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:
   Fixed. 



-- 
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@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org