Skip to content
Snippets Groups Projects
Commit ac46ec21 authored by Daniel Firth's avatar Daniel Firth
Browse files

.gitlab-ci.yml: skip on non-coding files

parent 2229e2ba
Branches
1 merge request!38.gitlab-ci.yml: skip on non-coding files
...@@ -18,6 +18,14 @@ x86_64-linux-ci: ...@@ -18,6 +18,14 @@ x86_64-linux-ci:
- artifact: flake-ci-x86_64-linux.yml - artifact: flake-ci-x86_64-linux.yml
job: generate-flake-ci job: generate-flake-ci
strategy: depend strategy: depend
rules:
- changes:
- "develop/*"
- "README.md"
- "LICENSE"
when: never
- when: always
cachix: cachix:
stage: cache stage: cache
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment