mirror of
https://github.com/apache/druid.git
synced 2025-02-13 13:34:58 +00:00
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.
This commit is contained in:
parent
d4cacebf79
commit
5fd3e01ef0
@ -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/**'
|
||||
|
Loading…
x
Reference in New Issue
Block a user