Run Benchmarks just once every hour on 'main' branch
This commit is contained in:
parent
eb8b883cef
commit
d815b8935c
@ -950,6 +950,13 @@ workflows:
|
||||
jobs:
|
||||
- build-fuzzers
|
||||
benchmark-linux:
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 * * * *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
jobs:
|
||||
- benchmark-linux
|
||||
nightly:
|
||||
|
Loading…
x
Reference in New Issue
Block a user