This is an automated email from the ASF dual-hosted git repository.
abhishek 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 5fd3e01ef0 More specific exclusions in the `examples` folder. (#14347)
5fd3e01ef0 is described below
commit 5fd3e01ef013fff6316344709c7ba524b8320132
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Mon May 29 23:31:45 2023 -0700
More specific exclusions in the `examples` folder. (#14347)
This PR changes how we skip java UT and ITs with changes in the examples
folder. After this change, any Markdown files within the examples folder and
jupyter-notebooks directory will be excluded. The rationale behind these more
specific exclusions is that some ITs use json files checked in examples, so we
want to trigger the full workflow for all other changes.
---
.github/workflows/unit-and-integration-tests-unified.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unit-and-integration-tests-unified.yml
b/.github/workflows/unit-and-integration-tests-unified.yml
index 2cd97262a6..ff963dac77 100644
--- a/.github/workflows/unit-and-integration-tests-unified.yml
+++ b/.github/workflows/unit-and-integration-tests-unified.yml
@@ -20,7 +20,7 @@ on:
- '**/*.md'
- 'dev/**'
- 'docs/**'
- - 'examples/**'
+ - 'examples/**/jupyter-notebooks/**'
- 'helm/**'
- 'web-console/**'
- 'website/**'
@@ -33,7 +33,7 @@ on:
- '**/*.md'
- 'dev/**'
- 'docs/**'
- - 'examples/**'
+ - 'examples/**/jupyter-notebooks/**'
- 'helm/**'
- 'web-console/**'
- 'website/**'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]