Trigger main workflow when integration test changed (#24020)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/24003/head
congqixia 2023-05-11 09:51:19 +08:00 committed by GitHub
parent 927cd6dff3
commit 5819e98ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
- 'pkg/**'
- 'cmd/**'
- 'build/**'
- 'tests/integration' # run integration test
- '.github/workflows/main.yaml'
- '.env'
- docker-compose.yml
@ -25,6 +26,7 @@ on:
- 'pkg/**'
- 'cmd/**'
- 'build/**'
- 'tests/integration' # run integration test
- '.github/workflows/main.yaml'
- '.env'
- docker-compose.yml

13
tests/integration/OWNERS Normal file
View File

@ -0,0 +1,13 @@
reviewers:
- wayblink
- jiaoew1991
- congqixia
approvers:
- maintainers
labels:
- area/test
- sig/testing
- test/integration