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/17 21:50:57 UTC

[druid] branch master updated: add website to java ci ignore (#14303)

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 cb10bb9783 add website to java ci ignore (#14303)
cb10bb9783 is described below

commit cb10bb97835eac8962bb9b296b471b6cd6a3e67c
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Wed May 17 14:50:52 2023 -0700

    add website to java ci ignore (#14303)
---
 .github/labeler.yml                                      | 1 +
 .github/workflows/unit-and-integration-tests-unified.yml | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 2c2d381a88..b84f335b12 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -22,4 +22,5 @@
 
 "Area - Documentation":
   - "docs/**/*"
+  - "website/**"
   - "examples/quickstart/jupyter-notebooks/*"
\ No newline at end of file
diff --git a/.github/workflows/unit-and-integration-tests-unified.yml b/.github/workflows/unit-and-integration-tests-unified.yml
index 596d32f86e..a5e95eb2e5 100644
--- a/.github/workflows/unit-and-integration-tests-unified.yml
+++ b/.github/workflows/unit-and-integration-tests-unified.yml
@@ -18,6 +18,7 @@ on:
   push:
     paths-ignore:
       - 'docs/**'
+      - 'website/**'
       - 'dev/**'
       - 'helm/**'
       - 'web-console/**'
@@ -29,6 +30,7 @@ on:
   pull_request:
     paths-ignore:
       - 'docs/**'
+      - 'website/**'
       - 'dev/**'
       - 'helm/**'
       - 'web-console/**'


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