Skip to content

Commit a095ac7

Browse files
Update benchmarks.yml
1 parent 20fc17d commit a095ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmarks
33
on:
44
workflow_dispatch: # Allows manual triggering
55
schedule:
6-
- cron: '0 */6 * * *' # Run every 6 hours (at minute 0 of hours 0, 6, 12, 18)
6+
- cron: '0 */1 * * *' # Run every 1 hours (at minute 0
77
# workflow_dispatch:
88
# inputs:
99
# halt-for-connection:

0 commit comments

Comments
 (0)