You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2020/12/04 16:23:14 UTC

[incubator-pinot] branch master updated: Update pinot_tests.yml (#6316)

This is an automated email from the ASF dual-hosted git repository.

nehapawar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ecfd4a  Update pinot_tests.yml (#6316)
8ecfd4a is described below

commit 8ecfd4a68594a229aceb85884e77149ccbaaff83
Author: Jayesh Bapu Ahire <ja...@gmail.com>
AuthorDate: Fri Dec 4 21:52:53 2020 +0530

    Update pinot_tests.yml (#6316)
---
 .github/workflows/pinot_tests.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/pinot_tests.yml b/.github/workflows/pinot_tests.yml
index 5c86ee0..fab7c01 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -22,6 +22,12 @@ name: Pinot Tests
 on:
   pull_request:
     branches: [ master ]
+    paths-ignore:
+      - "docs/**"
+      - "licenses/**"
+      - "licenses-binary/**"
+      - "website/**"
+      - "**.md"
 
 jobs:
   unit-test:


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