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 6ea8000  Update cron time
6ea8000 is described below

commit 6ea80004ba502bc6be9b5f6123b2c4fa46a2d17b
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Nov 19 10:31:57 2022 +0800

    Update cron time
---
 .github/workflows/benchmark.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 3912a58..cebc808 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -3,12 +3,14 @@ name: Dubbo Benchmark
 on:
   workflow_dispatch:
   schedule:
-    - cron: '*/5 * * * *'
+    - cron: '33 * * * *'
 
 jobs:
   benchmark:
     runs-on: ubuntu-latest
     name: Run Benchmark and Report
+    permissions:
+      contents: write
     steps:
       - uses: actions/checkout@v2
       - name: Generate Report

Reply via email to