Skip format job during release runs

This commit is contained in:
-k 2024-08-14 20:47:14 -07:00
parent 384cff519d
commit 76cc33a00f
No known key found for this signature in database

View File

@ -20,6 +20,11 @@ format:
script:
- cargo fmt --all -- --check --verbose
rules:
- if: $CI_COMMIT_TAG
when: never
- when: always
# base earthly setup for jobs
.base:
tags: [ saas-linux-medium-amd64 ]