Skip to content

Commit 3f8fdbd

Browse files
Update benchmarks.yml
1 parent 0c675e2 commit 3f8fdbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7+
workflow_dispatch: # Allows manual triggering
8+
schedule:
9+
- cron: '0 */6 * * *' # Run every 6 hours (at minute 0 of hours 0, 6, 12, 18)
710
# workflow_dispatch:
811
# inputs:
912
# halt-for-connection:

0 commit comments

Comments
 (0)