This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch test/fix-kafka in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit fdef3fdf9c05ad707b560e31deb575a76f2bd3c1 Author: kezhenxu94 <[email protected]> AuthorDate: Sat Jan 30 08:58:45 2021 +0800 Fix flaky E2E case --- .github/workflows/e2e.kafka.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.kafka.yaml b/.github/workflows/e2e.kafka.yaml index 7a79535..eda98e5 100644 --- a/.github/workflows/e2e.kafka.yaml +++ b/.github/workflows/e2e.kafka.yaml @@ -23,6 +23,9 @@ on: - '!**.md' schedule: - cron: '0 18 * * *' + push: + branches: + - test/fix-kafka env: SW_AGENT_JDK_VERSION: 8
