mirror of https://github.com/apache/druid.git
Don't run UTs, ITs when there are only docs, helm and console changes. (#13812)
* Don't run UTs, ITs for docs, helm and console changes * Test * right place * Revert test * Remove ITs from ignore list * Update unit-and-integration-tests-unified.yml * Update unit-and-integration-tests-unified.yml
This commit is contained in:
parent
add2081f7c
commit
ddae7974c2
|
@ -16,10 +16,20 @@
|
|||
name: Unit & Integration tests CI
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'dev/**'
|
||||
- 'helm/**'
|
||||
- 'web-console/**'
|
||||
branches:
|
||||
- master
|
||||
- /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'dev/**'
|
||||
- 'helm/**'
|
||||
- 'web-console/**'
|
||||
branches:
|
||||
- master
|
||||
- /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
|
||||
|
|
Loading…
Reference in New Issue