This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-awesome.git
commit 395436112e44bd9d4fc1d6bd02cb9e674495ef13 Author: Albumen Kevin <[email protected]> AuthorDate: Sat Nov 19 10:14:20 2022 +0800 Update cron time --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3912a58..0fccb47 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -3,7 +3,7 @@ name: Dubbo Benchmark on: workflow_dispatch: schedule: - - cron: '*/5 * * * *' + - cron: '*/2 * * * *' jobs: benchmark:
