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 33d225799aa0eab971f9369b92b70c43e868ef96 Author: Albumen Kevin <[email protected]> AuthorDate: Sat Nov 19 10:14:08 2022 +0800 Update cron time --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b90dc68..3912a58 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -3,7 +3,7 @@ name: Dubbo Benchmark on: workflow_dispatch: schedule: - - cron: '0/5 * * * *' + - cron: '*/5 * * * *' jobs: benchmark: @@ -15,7 +15,7 @@ jobs: run: | mkdir benchmark filename=benchmark_$(date +%Y%m%d)_$(date +%H%M%S) - echo "#Benchmark Report" > benchmark/$filename.md + echo "# Benchmark Report" > benchmark/$filename.md - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/master'
