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
The following commit(s) were added to refs/heads/master by this push:
new 4d5ecca Update cron time
4d5ecca is described below
commit 4d5ecca3d23c52e5af6970d0673fb98f433fbe39
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Nov 19 10:34:57 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 cebc808..215c095 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -3,7 +3,7 @@ name: Dubbo Benchmark
on:
workflow_dispatch:
schedule:
- - cron: '33 * * * *'
+ - cron: '*/15 * * * *'
jobs:
benchmark: