Merge branch 'ci/format' into 'main'

Skip format job during release runs

See merge request veilid/veilid!314
This commit is contained in:
Christien Rioux 2024-08-15 12:28:59 +00:00
commit 13646f4458

View File

@ -20,13 +20,10 @@ format:
script:
- cargo fmt --all -- --check --verbose
cache:
key: fmt-cache
paths:
- ~/.cargo/bin/
- ~/.cargo/git/db/
- ~/.cargo/registry/cache/
- ~/.cargo/registry/index/
rules:
- if: $CI_COMMIT_TAG
when: never
- when: always
# base earthly setup for jobs
.base: