Skip to content

Commit

Permalink
Update cron time
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Nov 19, 2022
1 parent 0f2f88a commit 6ea8000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ea8000

Please sign in to comment.