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:
Abhishek Agarwal 2023-02-17 09:56:17 +05:30 committed by GitHub
parent add2081f7c
commit ddae7974c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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