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 0c675e2 commit 3f8fdbdCopy full SHA for 3f8fdbd
.github/workflows/benchmarks.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
branches:
6
- 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)
10
# workflow_dispatch:
11
# inputs:
12
# halt-for-connection:
0 commit comments