Cycles CI: don't run unless Elixir files are changed
This commit is contained in:
parent
d3ef3e11a7
commit
f9dac6733c
@ -157,6 +157,11 @@ analysis:
|
|||||||
|
|
||||||
cycles:
|
cycles:
|
||||||
stage: test
|
stage: test
|
||||||
|
only:
|
||||||
|
changes:
|
||||||
|
- "**/*.ex"
|
||||||
|
- "**/*.exs"
|
||||||
|
- "mix.lock"
|
||||||
cache: *testing_cache_policy
|
cache: *testing_cache_policy
|
||||||
script:
|
script:
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
|
Loading…
Reference in New Issue
Block a user