mirror of https://github.com/vacp2p/zerokit.git
fix(ci): run benchmarks only in PRs (#173)
This commit is contained in:
parent
75d760c179
commit
9dc92ec1ce
|
@ -116,6 +116,8 @@ jobs:
|
|||
# Currently not treating warnings as error, too noisy
|
||||
# -- -D warnings
|
||||
benchmark:
|
||||
# run only in pull requests
|
||||
if: github.event_name == 'pull_request'
|
||||
strategy:
|
||||
matrix:
|
||||
# we run benchmark tests only on ubuntu
|
||||
|
|
Loading…
Reference in New Issue