Skip to content

Commit

Permalink
ci: change the benchmarking CI frequency to daily
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka committed Jun 13, 2024
1 parent 0b1514e commit cae1e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Benchmarks

on:
schedule:
- cron: '0 0 * * 0' # Runs weekly on Sunday at midnight
- cron: '0 0 * * *' # Runs daily at midnight
pull_request:

permissions:
Expand Down

0 comments on commit cae1e42

Please sign in to comment.