You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2023/05/18 00:46:30 UTC

[druid] branch master updated: Add `examples/` to CI UT/IT ignore (#14306)

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

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new c546df3866 Add `examples/` to CI UT/IT ignore (#14306)
c546df3866 is described below

commit c546df3866bff286e30c2c922075a9dfc6d3a318
Author: Abhishek Radhakrishnan <ab...@gmail.com>
AuthorDate: Wed May 17 17:46:25 2023 -0700

    Add `examples/` to CI UT/IT ignore (#14306)
    
    * Skip UT/IT on examples only changes.
---
 .github/workflows/unit-and-integration-tests-unified.yml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/unit-and-integration-tests-unified.yml b/.github/workflows/unit-and-integration-tests-unified.yml
index a5e95eb2e5..d6f5d22944 100644
--- a/.github/workflows/unit-and-integration-tests-unified.yml
+++ b/.github/workflows/unit-and-integration-tests-unified.yml
@@ -17,24 +17,26 @@ name: Unit & Integration tests CI
 on:
   push:
     paths-ignore:
-      - 'docs/**'
-      - 'website/**'
+      - '**/*.md'
       - 'dev/**'
+      - 'docs/**'
+      - 'examples/**'
       - 'helm/**'
       - 'web-console/**'
-      - '**/*.md'
+      - 'website/**'
     branches:
       - master
       - '[0-9]+.[0-9]+.[0-9]+' # release branches
       - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
   pull_request:
     paths-ignore:
-      - 'docs/**'
-      - 'website/**'
+      - '**/*.md'
       - 'dev/**'
+      - 'docs/**'
+      - 'examples/**'
       - 'helm/**'
       - 'web-console/**'
-      - '**/*.md'
+      - 'website/**'
     branches:
       - master
       - '[0-9]+.[0-9]+.[0-9]+' # release branches


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