Don't needlessly run clippy again on tags

This commit is contained in:
Olivier 'reivilibre' 2021-11-08 13:00:32 +00:00
parent c10eeafed1
commit bc23939958
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ platform: linux/arm64
pipeline: pipeline:
clippy: clippy:
when:
event: [push, pull_request]
image: rust:1.56.1-slim image: rust:1.56.1-slim
commands: commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake