From 5819e98ebbba19e746063333efaaca3b0914f2c3 Mon Sep 17 00:00:00 2001 From: congqixia Date: Thu, 11 May 2023 09:51:19 +0800 Subject: [PATCH] Trigger main workflow when integration test changed (#24020) Signed-off-by: Congqi Xia --- .github/workflows/main.yaml | 2 ++ tests/integration/OWNERS | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 tests/integration/OWNERS diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 939a7c829e..35ea35ddd3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 diff --git a/tests/integration/OWNERS b/tests/integration/OWNERS new file mode 100644 index 0000000000..f51a798462 --- /dev/null +++ b/tests/integration/OWNERS @@ -0,0 +1,13 @@ +reviewers: + - wayblink + - jiaoew1991 + - congqixia + +approvers: + - maintainers + +labels: +- area/test +- sig/testing +- test/integration +