mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Skip format job during release runs
This commit is contained in:
parent
384cff519d
commit
76cc33a00f
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user