Run Benchmarks just once every hour on 'main' branch

This commit is contained in:
Adam Retter 2022-04-10 11:10:38 +01:00 committed by Alan Paxton
parent eb8b883cef
commit d815b8935c

View File

@ -950,6 +950,13 @@ workflows:
jobs:
- build-fuzzers
benchmark-linux:
triggers:
- schedule:
cron: "0 * * * *"
filters:
branches:
only:
- main
jobs:
- benchmark-linux
nightly: