Trigger main workflow when integration test changed (#24020)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia
2023-05-11 09:51:19 +08:00
committed by GitHub
parent 927cd6dff3
commit 5819e98ebb
2 changed files with 15 additions and 0 deletions
+2
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
View File
@@ -0,0 +1,13 @@
reviewers:
- wayblink
- jiaoew1991
- congqixia
approvers:
- maintainers
labels:
- area/test
- sig/testing
- test/integration