mirror of https://github.com/milvus-io/milvus.git
Trigger main workflow when integration test changed (#24020)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/24003/head
parent
927cd6dff3
commit
5819e98ebb
|
@ -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
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
reviewers:
|
||||
- wayblink
|
||||
- jiaoew1991
|
||||
- congqixia
|
||||
|
||||
approvers:
|
||||
- maintainers
|
||||
|
||||
labels:
|
||||
- area/test
|
||||
- sig/testing
|
||||
- test/integration
|
||||
|
Loading…
Reference in New Issue