Skip to content

Commit

Permalink
Disable scheduled benchmarks, since benchmarks can be run on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jul 22, 2024
1 parent a86a1ae commit 0e9a6f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Benchmarks
on:
schedule:
# Mon-Fri at 04:39 UTC, see https://crontab.guru/
- cron: "39 4 * * 1-5"
# Currently disabled since benchmarks can be run on demand
# - cron: "39 4 * * 1-5"
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 0e9a6f3

Please sign in to comment.