Browse Source

Cycles CI: skip unless Elixir code is modified

warnings-as-errors
Alex Gleason 2 years ago
parent
commit
640e1cf09d
No known key found for this signature in database GPG Key ID: 7211D1F99744FBB7
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .gitlab-ci.yml

+ 5
- 0
.gitlab-ci.yml View File

@@ -158,6 +158,11 @@ analysis:
cycles:
stage: test
image: elixir:1.11
only:
changes:
- "**/*.ex"
- "**/*.exs"
- "mix.lock"
cache: {}
script:
- mix deps.get


Loading…
Cancel
Save