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 20fc17d commit a095ac7Copy full SHA for a095ac7
.github/workflows/benchmarks.yml
@@ -3,7 +3,7 @@ name: Benchmarks
3
on:
4
workflow_dispatch: # Allows manual triggering
5
schedule:
6
- - cron: '0 */6 * * *' # Run every 6 hours (at minute 0 of hours 0, 6, 12, 18)
+ - cron: '0 */1 * * *' # Run every 1 hours (at minute 0
7
# workflow_dispatch:
8
# inputs:
9
# halt-for-connection:
0 commit comments