Don't needlessly run clippy again on tags
This commit is contained in:
parent
c10eeafed1
commit
bc23939958
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue