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:
Abhishek Radhakrishnan 2023-05-29 23:31:45 -07:00 committed by GitHub
parent d4cacebf79
commit 5fd3e01ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/**'