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: script:
- cargo fmt --all -- --check --verbose - cargo fmt --all -- --check --verbose
cache: rules:
key: fmt-cache - if: $CI_COMMIT_TAG
paths: when: never
- ~/.cargo/bin/ - when: always
- ~/.cargo/git/db/
- ~/.cargo/registry/cache/
- ~/.cargo/registry/index/
# base earthly setup for jobs # base earthly setup for jobs
.base: .base: