We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd326f commit e0ccb60Copy full SHA for e0ccb60
.github/workflows/benchmark.yml
@@ -3,7 +3,7 @@ name: Benchmarking tests
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "0 0 * * *" # every day at midnight
+ - cron: "0 17 * * 1" # every monday at 5 PM.
7
8
env:
9
DIFFUSERS_IS_CI: yes
0 commit comments