Skip to content
Snippets Groups Projects
Unverified Commit 7705d01a authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Disable a few CI job for tags

These jobs do not need to run for tags, saving about 10 minutes or time
spent in the "test" stage.
parent 5cdf9fa4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,6 +16,8 @@ dependency_scanning:
paths:
- gl-dependency-scanning-report.json
allow_failure: true
except:
- tags
 
lint:clippy:
image: registry.gitlab.com/inko-lang/development-docker-images:rust-stable
Loading
Loading
@@ -30,6 +32,8 @@ lint:clippy:
paths:
- .cargo
- vm/target
except:
- tags
 
lint:rustfmt:
image: registry.gitlab.com/inko-lang/development-docker-images:rust-stable
Loading
Loading
@@ -41,6 +45,8 @@ lint:rustfmt:
- rustfmt --version
script:
- make rustfmt-check
except:
- tags
 
lint:versions:
image: registry.gitlab.com/inko-lang/development-docker-images:alpine
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment