Skip to content

Commit e0ccb60

Browse files
committed
change to every monday
1 parent 8dd326f commit e0ccb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmarking tests
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *" # every day at midnight
6+
- cron: "0 17 * * 1" # every monday at 5 PM.
77

88
env:
99
DIFFUSERS_IS_CI: yes

0 commit comments

Comments
 (0)